pdf compressor

pdfcompressor problem

When I try to use the presets with the file attached, I get fail.
Wondering if you can tell me why.

command:  pdfcompressor -preset ebook test1.pdf test2.pdf

result:  Fail
However, this command seems to work:

command:  pdfcompressor.exe -ci jpx -cidown -cidownres 300 -gi jpx -gidown -gidownres 300 -mi jbig2 -midown -midownres 300 test1.pdf test2.pdf

result:  test2.pdf created with 95% compression

BTW, this is the trial software.

Thanks in advance,
=================================
I have tried following command line just now, the "-preset ebook " option is work fine, I'm using Windows 7 32bit system, we system are you using?

D:\downloads>E:\pdfcompressor\pdfcompressor.exe -preset ebook  D:\temp\test1.pdf D:\temp\test1_1.pdf
You have 292 time to evaluate this product, you may purchase a full version from
https://www.verypdf.com.
D:\temp\test1.pdf ==> D:\temp\test1_1.pdf
===========================================
Input File = "C:\Users\AppData\Local\Temp\pdfC9A8.tmp.pdf"
Output File = "D:\temp\test1_1.pdf"
Original PDF file size   =   6.54MB (6542.72KB, 6542719 Bytes)
Compressed PDF file size =   0.23MB (225.10KB, 225098 Bytes)
Compression Ratio        = 96.56%
===========================================

VeryPDF
===========================================

Sorry should have put that.  I am running Windows XP SP3 and also tried it on a Windows Server 2003 Terminal Server, both gave the same message.  Just wondering how to get more information to figure out what is wrong.
===========================
I'm using Windows 7 system, I will test it on other systems shortly.

Also, "-preset ebook" option will subset the fonts in PDF file, maybe this is the reason of this problem.

In the meantime, I suggest you may use following command line to compress your PDF files, the following command line will compress the images in your PDF file, it is work fine for all of the PDF files,

pdfcompressor.exe -ci jpx -cidown -cidownres 300 -gi jpx -gidown -gidownres 300 -mi jbig2 -midown -midownres 300 test1.pdf test2.pdf

VeryPDF

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

Upgrade PDF To Image COM Server License

1.       We own an older version of the PDF To Image COM Server and would like to upgrade to the latest version.  I have attached our original order information.   Can you please email me a quote to upgrade to the new version?
2.       Also, can you please recommend / direct me to one of your other components that can do the following:
a.       Create / print most applications (docx, xlsx, html, TIF) to a PDF (image only PDF is fine)
b.      It also needs to be able to combine / print multiple documents into a single combined PDF.  In other words a user might select a docx, xlsx, tiff, and PDF files to all be spit out as one single multipage PDF.
c.       We also want to easily use it from .Net - C#
d.      We would want a server license similar to above.
e.      Please email me a quote and direct me to the correct product so that I can download it for evaluation.
==================================
>>1.       We own an older version of the PDF To Image COM Server and would like
>>to upgrade to the latest version.  I have attached our original order information.
>>Can you please email me a quote to upgrade to the new version?

Thanks for your message, you can purchase the upgrade for PDF To Image Converter Server License from following web page,

XXXXXXXXXXXXXXXXXXXXXXX

after you purchased the upgrade, you will receive a new license key for the latest version of the product immediately.


>>2.       Also, can you please recommend / direct me to one of your other components that can do the following:
>>a.       Create / print most applications (docx, xlsx, html, TIF) to a PDF (image only PDF is fine)

You can use VeryDOC DOC to Any Converter to convert most applications (docx, xlsx, html, TIF) to PDF files,

http://www.verydoc.com/doc-to-any.html

our docPrint Pro v5.0 can convert most applications (docx, xlsx, html, TIF) to PDF files too,

https://www.verypdf.com/artprint/index.html


>>b.      It also needs to be able to combine / print multiple documents into a single combined PDF.  In other words
>>a user might select a docx, xlsx, tiff, and PDF files to all be spit out as one single multipage PDF.

Above VeryDOC DOC to Any Converter and docPrint Pro v5.0 are all can combine documents into one PDF file, for example,

doc2any.exe -append 2 -width 612 -height 792 C:\*.doc C:\out.pdf
doc2any.exe -append 2 C:\*.doc C:\out.pdf
doc2any.exe -width 612 -height 792 C:\in.doc C:\out.pdf
doc2any.exe -append 1 C:\in.doc C:\out.pdf
doc2any.exe -append 2 C:\in.doc C:\out.pdf
"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -p 2 -i C:\input.ppt -o C:\output.pdf
"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -p 2 -i C:\*.doc -o C:\output.pdf
You can also convert each document to PDF file first, and use our PDF Split-Merge product to merge these PDF files into one PDf file at later,

https://www.verypdf.com/pdfpg/index.html

>>c.       We also want to easily use it from .Net - C#

Yes, you can call above VeryDOC DOC to Any Converter (or SDK version) and docPrint Pro v5.0  (or SDK version) from C# code.


>>d.      We would want a server license similar to above.

Yes, VeryDOC DOC to Any Converter (or SDK version) and docPrint Pro v5.0  (or SDK version) products are all provide server license.


>>e.      Please email me a quote and direct me to the correct product so that I can download it for evaluation.

VeryDOC DOC to Any Converter Command Line Server License is USD295 per server, you can purchase it from following web page,

http://www.verydoc.com/doc-to-any.html

docPrint Pro v5.0 SDK Server License is USD399 per server, you can purchase it from following web page,

https://www.verypdf.com/artprint/index.html#dl

VeryPDF
==================================
VN:F [1.9.20_1166]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.20_1166]
Rating: 0 (from 0 votes)
pdf to text converter

Using pdf2txt in Delphi2010, Unicode to Ansi

We've been using the pdf2txt.dll in our program that was build using Delphi6. We are now upgrading our programming environment to Delphi2010.
In Delphi2010 it doesn’t work anymore. I don’t get any errors but the Pdf2TxtEx function doesn’t create an output text file anymore. Only file created is file named ‘C’ (no extension) that when opened in notepad shows the text that we are using a trial version.  But we do use the PDF2TXTSetLicenseCode function with a license key (which works in Delpdi 6).
Is it possible to use pdf2txt in Delphi2010? How can I accomplish that?
========================
Maybe your Delphi2010 is using Unicode, please change the compile type from Unicode to ANSI to try again, you will get it work with ANSI compile type.

VeryPDF
========================
Our Delphi 2010 environment is using Unicode, that was the intention. After some trying I found the way to get it to work.
This works in our case:
//declaration
procedure PDF2TXTSetLicenseCode(lpRegCode: PAnsiChar); stdcall; external 'pdf2txt.dll' name 'PDF2TXTSetLicenseCode';
//implementation
PDF2TXTSetLicenseCode(PAnsiChar(AnsiString('yourlicensecode'));
======================
This is a great solution, your great solution will helpful for our other customers in the future, thank you again.

VeryPDF

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

Print Excel cells to image via Excel VBA

Dear Support,
i am looking for an sdk to implement this use case in an excel vba macro:

- do while
- i am filling a range of cells with data from a db
- i do a select of a range of this cells
- at the moment i cut & paste this via a macro and save this to an BMP file
- loop next

the quality of the bmp (or jpg later) is not as good as needed because it depends on screen settings, clear type and some more ...

what i need now is a little vba code to PRINT this cell-range through a virtual printer driver which is saving that file in the loop instead of cut & paste ...

does your software support this ? what will i have to buy ? do you have an example code for me ?

many thanks in advance
================================
Yes, our docPrint Pro v5.0 product has this function, you can download docPrint Pro v5.0 from following web page to try,

https://www.verypdf.com/artprint/index.html#dl

Please refer to following sample VB code, you can use this VB code to draw text, image and graphics to docPrint PDF Driver and save to image file,

==========================================
Private Sub GDIDrawing_Click()
Dim iret As Long, n As Long
Dim s1 As String, xpos As Long, ypos As Long
Dim docinf As DOCINFO
' set up an initial font
Dim log_font As LOGFONT, new_font As Long, old_font As Long
SetOutputFileName_docPrintPDFDriver "C:\output.jpg"
SetDefaultPrinter "docPrint PDF Driver"
If Not GetMyPrinter Then Exit Sub
With log_font
.lfEscapement = 0 ' desired rotation in tenths of a degree
.lfHeight = 12 * (-MyPrinter.dpiY / 72) ' 12 points
.lfFaceName = "Times New Roman" & vbNullChar
.lfWeight = 400 ' standard (bold = 700)
.lfItalic = False
.lfUnderline = False
End With
new_font = CreateFontIndirect(log_font)
old_font = SelectObject(MyPrinter.Handle, new_font)
' start a document
docinf.cbSize = Len(docinf) ' Size of DOCINFO structure
iret = StartDoc(MyPrinter.Handle, docinf) 'Start new document
iret = StartPage(MyPrinter.Handle)    'Start a new page
'
' print a simple line of text at position (1, 1) (inches)
For n = 1 To 10
PrinterText "This is Line " & Format(n), 1, 1 * 0.16 * n
Next n
' end page
iret = EndPage(MyPrinter.Handle) 'End the page
' end the document
SelectObject MyPrinter.Handle, old_font
DeleteObject new_font ' clear up the font
iret = EndDoc(MyPrinter.Handle) 'End the print job
iret = DeleteDC(MyPrinter.Handle)

End Sub
==========================================

The entire test package can be found in following test package,

https://www.verypdf.com/artprint/docPrint-sdk.zip

Above sample code is included in "docPrint-sdk\VB6\demo_converter_com_vb\demo_converter_com.frm" file, after you downloaded it, you can run it and test it easily.

VeryPDF
================================ 

i exactly KNOW how to select cells with vba, i've sent you that example code line ;-)))

I ONLY NEED THE CODE TO START PRINTING the already select range of cells OR the defined printrange OR the whole sheet to a jpeg file:

for example:

Print2File(active.sheet, outputfilename, JPG)

it should to this file as an JPG file (or selectable other formats), with NO borders, paperformat shoud be the size of the jpeg ...

do you understand ???
==================================
Please refer to following sample code, you can call SetOutputFileName_docPrintPDFDriver() function to set output filename to registry first, then you can call exclApp.Worksheets.PrintOut() function to print Excel document to docPrint PDF Driver printer, please refer to following sample code,

Const sPrinterName = "docPrint PDF Driver"

Sub SaveStringLong(hKey As Long, strPath As String, strValue As String, strData As Long) Dim Ret 'Create a new key RegCreateKey hKey, strPath, Ret 'Set the key's value RegSetValueEx Ret, strValue, 0, REG_DWORD, strData, 4 'close the key RegCloseKey Ret End Sub

Private Sub SetOutputFileName_docPrintPDFDriver(ByVal m_ptrOutputFile As String)
SaveStringLong HKEY_CURRENT_USER, "Software\verypdf\pdfcamp", "AutomaticOutput", 1
SaveStringLong HKEY_CURRENT_USER, "Software\verypdf\pdfcamp", "AutomaticValue", 2
SaveStringLong HKEY_CURRENT_USER, "Software\verypdf\pdfcamp", "AutoView", 0

'SaveStringLong HKEY_CURRENT_USER, "Software\verypdf\pdfcamp", "EmbedNum", 0
SaveStringLong HKEY_CURRENT_USER, "Software\verypdf\pdfcamp", "Unit", 3

SaveStringLong HKEY_CURRENT_USER, "Software\verypdf\pdfcamp", "PageSelect", 10
SaveStringLong HKEY_CURRENT_USER, "Software\verypdf\pdfcamp", "PageSize", 7
SaveStringLong HKEY_CURRENT_USER, "Software\verypdf\pdfcamp", "Bitcount", 1
SaveStringLong HKEY_CURRENT_USER, "Software\verypdf\pdfcamp", "xResolution", 300
SaveStringLong HKEY_CURRENT_USER, "Software\verypdf\pdfcamp", "yResolution", 300
SaveStringLong HKEY_CURRENT_USER, "Software\verypdf\pdfcamp", "PageW", 0
SaveStringLong HKEY_CURRENT_USER, "Software\verypdf\pdfcamp", "PageH", 0
SaveString HKEY_CURRENT_USER, "Software\verypdf\pdfcamp", "AutomaticDirectory", m_ptrOutputFile End Sub


Private Sub PrintXLS_Click()
' You need install MS Excel in order to get this function to work

SetOutputFileName_docPrintPDFDriver "C:\\out.jpg"

On Error GoTo FileOpenDlg_ErrHandler
FileOpenDlg.CancelError = True
FileOpenDlg.Flags = cdlOFNFileMustExist Or cdlOFNPathMustExist Or cdlOFNExplorer Or cdlOFNLongNames
FileOpenDlg.Filter = "MS Excel worksheets (*.xls)|*.xls"
FileOpenDlg.FilterIndex = 1
FileOpenDlg.ShowOpen
On Error Resume Next
Dim exclApp As Object
Dim xlWB As Object
Set exclApp = CreateObject("Excel.Application")
Err = 0
Set xlWB = exclApp.Workbooks.Open(FileOpenDlg.FileName, , True)
If Err = 0 Then
Call exclApp.Worksheets.PrintOut(, , , , sPrinterName)
Call xlWB.Close
Set xlWB = Nothing
End If
Call exclApp.Quit
Set exclApp = Nothing

FileOpenDlg_ErrHandler:
Exit Sub

End Sub

VeryPDF
================================

thank you, that's great ... and quite simple ...

i will do the order in the next hours/day
========================
Thank you for your message, if we can be of any other assistance, please feel free to let us know.

Thank you and have a nice day!

VeryPDF

 

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

Image2PDF OCR Engine

I want to evaluate your "Image2PDF OCR Engine" for compression ratio and quality of your OCR engine.
However, I am not able to process my sample Images with the Trail Version.

Could you please help or provide a trail version of your command line tool so that I can complete my evaluation.
==============================
Thanks for your message, you can download PDF OCR Compressor Command Line product from our partner's web page to try,

PDF OCR Compressor Command Line does support JBIG2 and JPEG2000 compression, it can also OCR your PDF and TIFF files to searchable PDF files.

You need a DLL version for PDF OCR Compressor, you can download PDF OCR Compressor Toolkit (SDK) from following web page,

PDF OCR Compressor Toolkit (SDK) is a DLL Library, it is contain all functions in PDF OCR Compressor Command Line product, you can look at all functions in PDF OCR Compressor Toolkit (SDK) from following web page,

VeryPDF
==============================
Thanks for your prompt reply. I looked at the "PDF OCR Compressor Toolkit (SDK)".
For my project, I need the following functionalities:
1. OCR
2. Compression
3. PDF/A creation
4. Metadata Insertion
5. Password Protection/Permission
6. Linearization
The following site specifies that all these functionalities can be achieved.
However, SDK Manual does not specify any API to use these functionalities (apart from OCR/Compression),
Is there any other library/Manual which can satisfy my request ?
==============================
You can call Image2PDFOCR_PDFCmd() function to execute these functions,

1. OCR
2. Compression
3. PDF/A creation
4. Metadata Insertion
5. Password Protection/Permission
6. Linearization

Please refer to the statement of Image2PDFOCR_PDFCmd() function at below,

int WINAPI Image2PDFOCR_PDFCmd(char *lpszCmd) Description
Process PDF file by some special commands.

Parameters
lpszCmd
[in] Input Command Line to process the PDF file, it is support following commands,
-mergepdf: merge more PDF files into one PDF file.

Return Values
If the function succeeds, the return value is zero. If the function fails, the return value is one of following values,
-1: Input wrong command line.
-2: Can't load DLL files correctly.

Example

char szMergePDFCmd[1024] = {0};
sprintf(szMergePDFCmd, "-mergepdf C:\\allfiles.txt C:\\out.pdf"); int nRet = Image2PDFOCR_PDFCmd(szMergePDFCmd);

you can use following code to convert a normal PDF file to PDF/A file, compress your PDF files by JBIG2 and JPEG2000, Password Protection/Permission, etc.,

Image2PDFOCR_PDFCmd(“-pdfa C:\in.tif C:\out.pdf”);

Image2PDFOCR_PDFCmd("-mergepdf -pdfa C:\in.pdf C:\out.pdf");

Image2PDFOCR_PDFCmd("-dpi 100 -quality 50 -colorimg 2 -bwimg 2 -skewcorrect -despeckle -chkbwcolor  C:\in.tif C:\out.pdf");

Image2PDFOCR_PDFCmd("-keylen 2 -encryption 3900 -ownerpwd 123 C:\in.tif C:\out.pdf");

You can use Image2PDFOCR_PDFCmd() function to execute all functions which included pdfocrjb2sdk.exe command line application.

VeryPDF
======================================

Thanks for your prompt reply.
Could you please let me know the exhaustive set of command options which can be used with the help of "Image2PDFOCR_PDFCmd".
Please send me the detailed specification of the command line options.
=========================
Please refer to attached readme.txt file, this readme.txt file contains all command line options which can be used by Image2PDFOCR_PDFCmd() function.

C:\>pdfocrjb2sdk.exe
Image to PDF Converter v2.1 (PDF OCR Compressor Toolkit)
Release Date: Apr 27 2011
-------------------------------------------------------
Description:
Usage: img2pdf [options] <Image-file> [<PDF-file>]
-ocr <int>                   : create full-text searchable PDF file
-ocrtxt <string>             : export OCRed text to a text file
-ocrtxtxy <string>           : export OCRed text with X, Y coordinate to a text file
-nopdf                       : do not create PDF file, it is useful when you use '-ocrtxt' parameter
-ocr2 <string>               : this option is only available for internal use
-addtextlayerintopdf <string>: this option is only available for internal use
-xres <int>                  : set X resolution to image file
-yres <int>                  : set Y resolution to image file
-combineword                 : combine OCRed characters to words
-ocrrect <string>            : set a rectangle region for OCR
-aligntextypos               : align OCRed text contents by Y position
-lossless                    : lossless compression for JBIG2 and JPEG2000
-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
-bwimg <int>                 : set compression method for black and white image
-bwimg 0: no change compression for black and white image file
-bwimg 1: compress black and white image file with CCITT G4 arithmetic
-bwimg 2: compress black and white image file with JBIG2 arithmetic
-firstpg <int>               : PDF to Image: first page to convert
-lastpg <int>                : PDF to Image: last page to convert
-iswh                        : PDF to Image: specify width/height or DPI
-bitcount <int>              : PDF to Image: set color depth
-autobitcount                : PDF to Image: determine color depth automatically
-pidpi <int>                 : PDF to Image: set DPI resolution
-compress <int>              : PDF to Image: set compression method to TIFF format
-compress 1     : NONE compression
-compress 2     : CCITT modified Huffman RLE
-compress 3     : CCITT Group 3 fax encoding (1d)
-compress 4     : CCITT Group 4 fax encoding
-compress 5     : LZW compression
-compress 6     : OJPEG compression
-compress 7     : JPEG DCT compression
-compress 32773 : PACKBITS compression
-compress 32809 : THUNDERSCAN compression
-multipage                   : PDF to Image: create multipage TIFF file
-opw <string>                : owner password (for encrypted PDF file)
-upw <string>                : user password (for encrypted PDF file)
-quality <int>               : set quality for JPEG, JPEG2000 compression
-width <int>                 : set page width to PDF file
-height <int>                : set page height to PDF file
-rotate <int>                : rotate pages, 90, 180, 270
-view                        : view PDF file after creation
-skewcorrect                 : skew correct for black and white image file
-despeckle                   : despeckle for black and white image file
-chkbwcolor                  : check and invert color for black and white image file
-dpi <int>                   : set DPI resolution to output PDF file
-dpi  0    : use the default image width and height information
-dpi -1    : take DPI info from original image file
-dpi <int> : set resolution to output PDF file
-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
-credate <string>            : set 'CreationDate' to PDF file
e.g. -credate "20070116230629-08'00'"
-moddate <string>            : set 'ModDate' to PDF file
e.g. -moddate "20070116230629-08'00'"
-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: don't create bookmarks
-bookmark -2: read bookmarks from bookmark.ini file
-bookmark -3: use filenames as bookmarks
-bookmark -4: use the filenames as bookmarks, one bookmark at the first page of each tif
-bookmark <num>: "num" must >= 0, specify first number in 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:\*.pdf": merge PDF files into one PDF file
-burstpdf <string>           : burst PDF file into single page PDF files
-pdfx                        : create PDF/X compliance PDF file
-pdfa                        : create PDF/A compliance PDF file
-log <string>                : redirect output message to a log file
-nocenter                    : don't center the contents in the PDF file
-noempty                     : delete empty pages from PDF file
-linearize                   : optimize PDF file for fast web view
-margin <string>             : set page margin to PDF file
-margin 10          : set margin to 10pt to left
-margin 10x10       : set margin to 10pt to left,top
-margin 10x10x10    : set margin to 10pt to left,top,right
-margin 10x10x10x10 : set margin to 10pt to left,top,right,bottom
-wtext <string>              : watermark on printed document
-wtype <int>                 : type of watermark
0 : normal watermark
1 : watermark on header
2 : watermark on footer
-wf <string>                 : font name of watermark
-wh <int>                    : font size of watermark
-wb                          : specify bold font
-wi                          : specify an italic font
-wu                          : specify an underlined font
-ws                          : specify a strikeout font
-wa <int>                    : angle of watermark
-wbox <string>               : a rectangle to output formatted text, it is only useful for "-walign" option, eg:
-wbox "0,0,595,842"
-wbox "0,0,612,792"
-walign <int>                : set text align
1 : left
2 : center
3 : right
-wc <string>                 : color of watermark,
FF0000: Red color
00FF00: Green color
0000FF: Blue color
HexNum: Other colors
-wx <int>                    : X offset of watermark
-wy <int>                    : Y offset of watermark
-quick                       : convert image to PDF without processing
-usegs                       : use Ghostscript to convert PDF file to image file
-getpagecount                : retrieve page count from PDF file
-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:
pdfocrjb2sdk.exe C:\in.jpg C:\out.pdf
pdfocrjb2sdk.exe C:\in.tif C:\out.pdf
pdfocrjb2sdk.exe -pdfa C:\in.tif C:\out.pdf
pdfocrjb2sdk.exe -pdfx C:\in.tif C:\out.pdf
pdfocrjb2sdk.exe -linearize -pdfa C:\in.tif C:\out.pdf
pdfocrjb2sdk.exe C:\*.tif C:\*.pdf
pdfocrjb2sdk.exe -margin 100x100x100x100 C:\in.tif C:\out.pdf
pdfocrjb2sdk.exe -append 2 -width 612 -height 792 C:\*.tif C:\out.pdf
pdfocrjb2sdk.exe -append 2 C:\*.tif C:\out.pdf
pdfocrjb2sdk.exe C:\filelist.txt C:\out.pdf
pdfocrjb2sdk.exe -width 612 -height 792 C:\in.tif C:\out.pdf
pdfocrjb2sdk.exe -append 1 C:\in.tif C:\out.pdf
pdfocrjb2sdk.exe -append 2 C:\in.tif C:\out.pdf
pdfocrjb2sdk.exe -subject "subject" C:\in.tif C:\out.pdf
pdfocrjb2sdk.exe -ownerpwd 123 -keylen 2 -encryption 3900 C:\in.tif C:\out.pdf
pdfocrjb2sdk.exe -bookmark 3 C:\in.tif C:\out.pdf
pdfocrjb2sdk.exe -mergepdf "C:\1.pdf|C:\2.pdf|C:\3.pdf" C:\out.pdf
pdfocrjb2sdk.exe -mergepdf "C:\*.pdf" C:\out.pdf
pdfocrjb2sdk.exe -mergepdf "C:\filelist.txt" C:\out.pdf

Add watermarks into PDF files:
pdfocrjb2sdk.exe -wtext "ImagePDF" "C:\in.tif" C:\out.pdf
pdfocrjb2sdk.exe -wtext "ImagePDF" -wc "0000FF" "C:\in.tif" C:\out.pdf
pdfocrjb2sdk.exe -wtext "ImagePDF" -wx 100 -wy 100 "C:\in.tif" C:\out.pdf
pdfocrjb2sdk.exe -wtext "ImagePDF" -wtype 1 "C:\in.tif" C:\out.pdf
pdfocrjb2sdk.exe -wtext "ImagePDF" -wtype 2 "C:\in.tif" C:\out.pdf
pdfocrjb2sdk.exe -wtext "ImagePDF" -wtype 0 -wa 45 "C:\in.tif" C:\out.pdf
pdfocrjb2sdk.exe -wtext "ImagePDF" -wf "Arial" "C:\in.tif" C:\out.pdf
pdfocrjb2sdk.exe -wtext "ImagePDF" -wf "Arial" -wh 20 "C:\in.tif" C:\out.pdf
pdfocrjb2sdk.exe -wtext "ImagePDF" -wf "Arial" -wh 20 -wb -wi -wu -ws "C:\in.tif" C:\out.pdf
pdfocrjb2sdk.exe -wtext "ImagePDF" -wf "Arial" -walign 3 -wh 20 -wbox "0,770,612,792" "C:\in.tif" C:\out.pdf

Convert PDF file to image file:
pdfocrjb2sdk.exe C:\in.pdf C:\out.tif
pdfocrjb2sdk.exe -firstpg 10 -lastpg 20 C:\in.pdf C:\out.tif
pdfocrjb2sdk.exe -dpi 300 -bitcount 1 C:\in.pdf C:\out.tif
pdfocrjb2sdk.exe -iswh -width 800 -height 600 C:\in.pdf C:\out.tif
pdfocrjb2sdk.exe -dpi 300 -bitcount 1 -multipage C:\in.pdf C:\out.tif
pdfocrjb2sdk.exe -dpi 300 -bitcount 1 -compress 4 C:\in.pdf C:\out.tif
pdfocrjb2sdk.exe -opw "123" -upw "456" C:\in.pdf C:\out.tif

C:\>

VeryPDF

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