Sort Score
Result 10 results
Languages All
Labels All
Results 9,141 - 9,150 of 94,480 for

object

(0.25 sec)
  1. Convert BMP to PDF|Aspose.PDF for Android via Java

    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 ();...

    docs.aspose.com/pdf/androidjava/convert-bmp-to-...
  2. 用C++在工作表中移动单元格范围|Documentation

    学习如何使用Aspose.Cells和C++在工作表中移动单元格范围。...// Instantiate the workbook object. Open the Excel file U16String...

    docs.aspose.com/cells/zh/cpp/move-range-of-cell...
  3. Verify Password of Encrypted Files with Node.js...

    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" );...

    docs.aspose.com/cells/nodejs-cpp/verify-passwor...
  4. PdfSaveOptions.TextCompression | Aspose.Words f...

    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...

    reference.aspose.com/words/net/aspose.words.sav...
  5. PageSetup.borderSurroundsHeader property | Aspo...

    PageSetup.borderSurroundsHeader property. Specifies whether the page border includes or excludes the header....; // A section's PageSetup object has "BorderSurroundsHeade"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ImageSaveOptions.pixelFormat property | Aspose....

    ImageSaveOptions.pixelFormat property. Gets or sets the pixel format for the generated images.... we can pass a SaveOptions object to // select a pixel format...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. SaveOptions.UpdateLastPrintedProperty | Aspose....

    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...

    reference.aspose.com/words/net/aspose.words.sav...
  8. PDF to PDF/A-2 conversion leads to "PDF-Syntax"...

    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...

    forum.aspose.com/t/pdf-to-pdf-a-2-conversion-le...
  9. Add Image Stamp to PDF using C++ | Aspose.PDF

    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...

    products.aspose.com/pdf/cpp/stamps/image/
  10. Move Pages to PDF using C++ | Aspose.PDF

    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...

    products.aspose.com/pdf/cpp/pages/move/