You may easily convert BMP bitmap files to PDF used to store digital bitmap images separately from the display device using Aspose.PDF. for Android via Java....() { // Initialize document object document = new Document ();...
Verify the password of encrypted Excel (xlsx, xlsb, xls, xlsm) and Open Office (ODS) files using Aspose.Cells for Node.js via C++....xlsx" ); // Create a Stream object const fs = require ( "fs" );...
Discover the PdfSaveOptions TextCompression property to optimize your documents. Choose the best compression type for efficient text storage and faster loading....// Create a "PdfSaveOptions" object that we can pass to the document's...
PageSetup.borderSurroundsHeader property. Specifies whether the page border includes or excludes the header....; // A section's PageSetup object has "BorderSurroundsHeade"...
ImageSaveOptions.pixelFormat property. Gets or sets the pixel format for the generated images.... we can pass a SaveOptions object to // select a pixel format...
Optimize document management with SaveOptions UpdateLastPrintedProperty. Control LastPrinted updates for efficient saving and enhanced workflow....operation // with this SaveOptions object passed as a parameter is used...
Hello!
I want to convert input.pdf (56.7 KB) to pdf/a:
Document document = new Document(new ByteArrayInputStream(input.pdf));
PdfFormatConversionOptions options = new PdfFormatConversionOptions(PdfFormat.PDF_A_2B, Co…...parsing the PDF Document (name object expected (56029)) How can this...
Add image stamp to PDF file programmatically with C++ sample code using Aspose.PDF for C++....PDF document using Document object. Create a Image Stamp and define...
Move PDF pages of your document programmatically programmatically with C++ sample code using Aspose.PDF for C++... Create a Document object with the input PDF file. Get...