I need a C# sample source code for PCL to PDF Converter SDK and PDF Sharp SDK products

Hello,

I need a C# sample source code to support the following functions.

1. How to convert PCL to PDF using [PCL converter]
2. How to slice each page in the PCL to multiple single page's PDF using [PCL converter]
3. How to convert a multipage PDF to single pages PDF ?

I also need two manuals:
- [PCL to PDF Converter SDK]
- [PDF Sharp SDK]

I tried your trial modules and would like to buy them just need to get the above information and manuals.

Thank You in advance.

Best Regards,
Customer
---------------------------------------------------------------
1. How to convert PCL to PDF using [PCL converter]

You can download PCL Converter SDK from this URL,

https://www.verypdf.com/app/pcl-converter/try-and-buy.html#buysdk
https://www.verypdf.com/pcltools/pcltoolsdk.zip

after you download and unzip it to a folder, you can run following command line to convert your PCL file to PDF file,

pcltoolsdk\bin\test.exe D:\test.pcl D:\out.pdf

test.exe is a demo application which exist in "bin" folder, its source code is included in "example_C++" folder, you can compile and run it easily.

You can also run "C#_WindowsFormsApplication1.exe" for test purpose, the source code is included in "example_C#XXX" folder, you can compile and run the C# demo projects easily.

The sample C# code at below,

----------------------------
System.Type VeryPDFType = System.Type.GetTypeFromProgID("VeryPDF.PCLtoPDFCom");
VeryPDF.PCLtoPDFCom VeryPDFCom = (VeryPDF.PCLtoPDFCom)System.Activator.CreateInstance(VeryPDFType);
string strInFile = strFolder + "\\test\\test.pcl";
string strOutFile = strFolder + "\\bin\\_test.pdf";
string strCmd = "-$ XXXXXXXXXXXXXXXXXX \"" + strInFile + "\" \"" + strOutFile + "\"";
string strReturn = VeryPDFCom.PCLtoPDF(strCmd);
MessageBox.Show(strReturn);
----------------------------

Please look at more options in attached "readme.txt" file.

>>2. How to slice each page in the PCL to multiple single page's PDF using [PCL converter]

You can convert from a multi-page PCL file to a multi-page PDF file first, and then use "-burstpdf" option to Burst the multi-page PDF file into single page PDF files, for example,

pcltool.exe -burstpdf "C:\test.pdf" C:\out.pdf

The C# code is,

----------------------------
System.Type VeryPDFType = System.Type.GetTypeFromProgID("VeryPDF.PCLtoPDFCom");
VeryPDF.PCLtoPDFCom VeryPDFCom = (VeryPDF.PCLtoPDFCom)System.Activator.CreateInstance(VeryPDFType);
string strReturn = VeryPDFCom.PCLtoPDF("-burstpdf "C:\test.pdf" C:\out.pdf");
----------------------------

>>3. How to convert a multipage PDF to single pages PDF?

You can use "-burstpdf" option to Burst the multi-page PDF file into single page PDF files, please refer to a sample C# code in above question.

>>I also need two manuals:
>>- [PCL to PDF Converter SDK]

Please look at the options in PCL to PDF Converter SDK in the remark section.

>>- [PDF Sharp SDK]

Please download "PDFSharp SDK for .NET" from this web page,

https://www.verypdf.com/app/pdf-editor-toolkit/try-and-buy.html#verypdfsharpsdk
https://www.verypdf.com/dl2.php/VeryPDFSharp_SDK_For_NET.zip

"PDFSharp SDK for .NET" is contain more C# examples, you can compile and run them easily, we haven't more documentations for it yet, if you encounter any problem during test, please feel free to let us know, we are glad to assist you asap.

VeryPDF

School PCL to PDF Converter SDK Supported Options:

VeryPDF PCL Converter v2.7
Web: https://www.verypdf.com
mailto:support@verypdf.com
-------------------------------------------------------
Description:
Convert *.PCL and *.PXL files to PDF, PS, TIFF, JPEG, BMP, PCX, PXL etc. files
Release Date: Mar 19 2014
Usage: pcltool [options] <pcl-file> [<pdf-file>]
  -width <int>               : Set page width to image file
  -height <int>              : Set page height to image file
  -xres <int>                : Set X resolution to image file
  -yres <int>                : Set Y resolution to image file
  -bitcount <int>            : Set color depth for image conversion
  -rotate <int>              : Rotate pages, 90, 180, 270
  -view                      : View PDF file after creation
  -append <int>              :
        -append 0: Overwrite if PDF file exists
        -append 1: Insert before first page if PDF file exists
        -append 2: Append to last page if PDF file exists
        -append 3: Rename filename if PDF file exists
  -producer <string>         : Set 'producer' to PDF file
  -creator <string>          : Set 'creator' to PDF file
  -subject <string>          : Set 'subject' to PDF file
  -title <string>            : Set 'title' to PDF file
  -author <string>           : Set 'author' to PDF file
  -keywords <string>         : Set 'keywords' to PDF file
  -openpwd <string>          : Set 'open password' to PDF file
  -ownerpwd <string>         : Set 'owner password' to PDF file
  -keylen <int>              : Key length (40 or 128 bit)
        -keylen 0:  40 bit RC4 encryption (Acrobat 3 or higher)
        -keylen 1: 128 bit RC4 encryption (Acrobat 5 or higher)
        -keylen 2: 128 bit RC4 encryption (Acrobat 6 or higher)
  -encryption <int>          : Restrictions
        -encryption    0: Encrypt the file only
        -encryption 3900: Deny anything
        -encryption    4: Deny printing
        -encryption    8: Deny modification of contents
        -encryption   16: Deny copying of contents
        -encryption   32: No commenting
        ===128 bit encryption only -> ignored if 40 bit encryption is used
        -encryption  256: Deny FillInFormFields
        -encryption  512: Deny ExtractObj
        -encryption 1024: Deny Assemble
        -encryption 2048: Disable high res. printing
        -encryption 4096: Do not encrypt metadata
  -bookmark <int>            : Create bookmark to PDF file
        -bookmark 1: Use short filename as bookmarks
        -bookmark 2: Use full filename as bookmarks
        -bookmark 3: Use short filename without suffix as bookmarks
  -mergepdf <string>         : Merge two PDF files into one PDF file
        -mergepdf "file1|file2|file3|...": Merge several PDF files into one
        -mergepdf "C:\filelist.txt": Merge PDF files from a .txt file
        -mergepdf "C:\test.pdf*100-200*250-300": Extract page ranges from PDF file
        -mergepdf "C:\*.pdf": Merge PDF files into one PDF file
  -burstpdf <string>         : Burst PDF file into single page PDF files
  -fontfolder <string>       : Set font folder for PCL conversion
  -pclcmd <string>           : Set additional PCL options
  -pclpaper <string>         : Set paper type when render PCL file to PDF or image file
  -noempty                   : Delete empty pages from PDF file
  -raster                    : Convert PCL file to Raster PDF file
  -raster2 <int>             : Convert PCL file to Raster PDF file by pcl5e.exe
  -quality <int>             : Set quality for JPEG, JPEG2000 compression
  -colorimg <int>            : Set compression method for color image
       -colorimg 0: no change compression for color image file
       -colorimg 1: compress color image file with JPEG arithmetic
       -colorimg 2: compress color image file with JPEG2000 arithmetic
  -template <string>         : Overlay template PDF file on all pages
  -templatefirst <string>    : Overlay template PDF file on page #1
  -templatefollowing <string>: Overlay template PDF file on page #2,#3,...,#end
  -templateatbottom          : Set template PDF page at bottom
  -mapfont <string>          : Map fonts by mapfont.ini file
  -embedfonts <string>       : Embed mapped fonts into PDF file, yes or no
  -multiduplex               : Insert blank pages after 'duplex' pages automatically
  -barcodetext <string>      : Barcode text contents, support mask characters,
       #: a decimal digit (0 – 9)
       ?: any printable characters
      -barcodetext *####################*
      -barcodetext *#??????????????????#*
  -barcodetext1 <string>     : Same as -barcodetext
  -barcodetext2 <string>     : Same as -barcodetext
  -barcodetext3 <string>     : Same as -barcodetext
  -barcodetext4 <string>     : Same as -barcodetext
  -barcodetext5 <string>     : Same as -barcodetext
  -barcodetext6 <string>     : Same as -barcodetext
  -barcodefont <string>      : Render Barcode with TrueType font
  -checkpclpath              : Show the folder where pcl.dll file exist
  -v                         : Print copyright and version info
  -h                         : Print usage information
  -help                      : Print usage information
  --help                     : Print usage information
  -?                         : Print usage information
  -$ <string>                : Input registration key
Example:
   pcltool.exe C:\in.pcl C:\out.pdf
   pcltool.exe C:\in.pcl C:\out.ps
   pcltool.exe -pclcmd "\"-J@PJL SET PAPER=A3\"" C:\in.pcl C:\out.pdf
   pcltool.exe -pclcmd "\"-J@PJL SET PAPER=A4\"" C:\in.pcl C:\out.pdf
   pcltool.exe -pclcmd "\"-J@PJL SET PAPER=Ledger\"" C:\in.pcl C:\out.pdf
   pcltool.exe -pclcmd "\"-J@PJL SET PAPER=Letter\"" C:\in.pcl C:\out.pdf
   pcltool.exe -pclcmd "\"-J@PJL SET PAPER=A4\" \"-J@PJL SET DEFAULT ORIENTATION = LANDSCAPE\"" C:\in.pcl C:\out.pdf
   pcltool.exe C:\*.pcl C:\*.pdf
   pcltool.exe -append 2 C:\*.pcl C:\out.pdf
   pcltool.exe -append 2 C:\*.pxl C:\out.pdf
   pcltool.exe C:\filelist.txt C:\out.pdf
   pcltool.exe -xres 200 -yres 200 C:\in.pcl C:\out.pcx
   pcltool.exe -append 1 C:\in.pcl C:\out.pdf
   pcltool.exe -append 2 C:\in.pcl C:\out.pdf
   pcltool.exe -subject "subject" C:\in.pcl C:\out.pdf
   pcltool.exe -ownerpwd owner -keylen 2 -encryption 3900 C:\in.pcl C:\out.pdf
   pcltool.exe -bookmark 3 C:\in.pxl C:\out.pdf
   pcltool.exe -mergepdf "C:\1.pdf|C:\2.pdf|C:\3.pdf" C:\out.pdf
   pcltool.exe -mergepdf "C:\*.pdf" C:\out.pdf
   pcltool.exe -mergepdf "C:\filelist.txt" C:\out.pdf
   pcltool.exe -mergepdf "C:\test-extraction.pdf*10-15 C:\out10-15.pdf
   pcltool.exe -mergepdf "C:\test-extraction.pdf*500-501 C:\out500-501.pdf
   pcltool.exe -burstpdf "C:\test.pdf" C:\out.pdf
   pcltool.exe -rotate 90 C:\in.pcl C:\out.pdf
   pcltool.exe -rotate 90 C:\in.pcl C:\out.tif
   pcltool.exe -raster C:\in.pcl C:\out.pdf
   pcltool.exe -width 800 -height 600 C:\in.pcl C:\out.tif
   pcltool.exe C:\in.pcl "C:\out %04d.tif"
   pcltool.exe C:\in.pcl "C:\out put%d.jpg"
   pcltool.exe -templatefirst temp1.pdf -templatefollowing temp2.pdf test.pcl test.pdf
   pcltool.exe -templatefirst temp1.png -templatefollowing temp2.png test.pcl test.pdf
   pcltool.exe -templatefirst temp1.tif -templatefollowing temp2.tif test.pcl test.pdf
   pcltool.exe -templatefirst transparent1.png -templatefollowing transparent2.png test.pcl test.pdf
   pcltool.exe -template temp.pdf test.pcl test.pdf
   pcltool.exe -templateatbottom -template temp.pdf test.pcl test.pdf
   pcltool.exe -mapfont "mapfont.ini" C:\in.pcl C:\out.pdf
   pcltool.exe -mapfont default C:\in.pcl C:\out.pdf
   pcltool.exe -mapfont "C:\mapfont.ini" C:\in.pcl C:\out.pdf
   pcltool.exe -mapfont "C:\mapfont.ini" -embedfonts yes C:\in.pcl C:\out.pdf
   pcltool.exe -mapfont "C:\mapfont.ini" -embedfonts no C:\in.pcl C:\out.pdf
   pcltool.exe -barcodetext "*00432530070000006081*" -barcodefont "Free 3 of 9" C:\in.pcl C:\out.pdf
   pcltool.exe -barcodetext "*####################*" -barcodefont "Free 3 of 9" C:\in.pcl C:\out.pdf
   pcltool.exe -barcodetext "*#??????????????????#*" -barcodefont "Free 3 of 9" C:\in.pcl C:\out.pdf
   pcltool.exe -barcodetext "??????????????????????" -barcodefont "Free 3 of 9" C:\in.pcl C:\out.pdf
   pcltool.exe -bitcount 1 -xres 1200 -yres 1200 -raster -width 612 -height 1008 -pclcmd "\"-J@PJL SET PAPER=A3\"" Legal.pcl Legal.pdf
   pcltool.exe -bitcount 1 -xres 1200 -yres 1200 -raster -width 612 -height 1008 -pclpaper A3 Legal.pcl Legal.pdf

VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!