Blogs tagged export to pdf
-
This blog shows how to implement a class to create and manage PDF files based on existing adobe forms and structures of the data dictionary. The development consists of creating a binary file and implementing the most common actions related to adobe... Read More »3Comments13Likes -
In my last blog post, I explained the difference between cloud printing and printing via proxy printers in SAP S/4HANA Cloud. I have mentioned that list printing via proxy printers is typically used in “classic” applications –... Read More »1Comment1Like -
Former Member posted on September 23, 2013Here is the sample Java code to export a Web Intelligence document to CSV format. import java.io.BufferedReader;import java.io.BufferedWriter;import java.io.File;import java.io.FileWriter;import java.io.IOException;import... Read More »2Comments2Likes -
Description The sample below was written in Java and demonstrates how to use the Restful SDK to export a webi report to different formats. It assumes that there are no parameter values that need to be set. Restful call sequence This section... Read More »16Comments5Likes