Sort Score
Result 10 results
Languages All
Labels All
Results 3,581 - 3,590 of 96,217 for

page

(0.08 sec)
  1. How to Edit PDF Document in Java

    This article guides on how to edit PDF document in Java. It has the details to set the environment, the program logic and a runnable sample code to edit text in PDF file in Java....Page Product Family Aspose.PSD Product...desired location on a given page Finally, load the file into...

    kb.aspose.com/pdf/java/how-to-edit-pdf-document...
  2. Aspose::Words::Saving::XpsSaveOptions::get_UseB...

    Aspose::Words::Saving::XpsSaveOptions::get_UseBookFoldPrintingSettings method. Gets or sets a boolean value indicating whether the document should be saved using a booklet printing layout, if it is specified via MultiplePages in C++....settings are not specified in page setup, this option will have..."MultiplePages" // properties of the page setup objects of all sections...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Add Bookmark to PDF using Python | Aspose.PDF

    Add bookmark to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET...navigate to specific sections or pages, making it easier to search...via Python. It sets the target page for the bookmark using a ‘GoToAction’...

    products.aspose.com/pdf/python-net/bookmarks/
  4. How to Convert Excel to XPS File in Python

    This quick tutorial covers how to convert Excel to XPS in Python. It encompasses all relevant details including the algorithm and the sample code to perform Excel to XPS conversion in Python....Page Product Family Aspose.PSD Product...XpsSaveOptions class like setting page index, page count, default font, merge...

    kb.aspose.com/cells/python/how-to-convert-excel...
  5. Convert SVG to PDF in Java

    This topic will let you convert SVG to PDF in Java. It covers information about setting up the environment and offers a code example to create a SVG to PDF converter software in Java....Page Product Family Aspose.PSD Product...CadRasterizationOpti class object to set the page size Use the save method to...

    kb.aspose.com/cad/java/convert-svg-to-pdf-in-java/
  6. How to Flatten PDF in Python

    This basic tutorial explains how to flatten PDF in Python. You can mimic Adobe flattening using Python in your project with a few lines of code to process PDF forms....Page Product Family Aspose.PSD Product...form values directly on the PDF page. Steps to Flatten PDF in Python...

    kb.aspose.com/pdf/python/how-to-flatten-pdf-in-...
  7. Edit PDF using Python | Aspose.PDF

    Еdit PDF document programmatically with Python sample code using Aspose.PDF for Python for .NET...TextFragmentAbsorber () # search text within page bound text_fragment_absorber_address.... limit_to_page_bounds = True # specify the page region for TextSearch...

    products.aspose.com/pdf/python-net/editor/
  8. Convert Excel Chart to PDF in Java

    This step-by-step guide assists to convert Excel chart to PDF in Java. It has a list of steps and a runnable sample code to create Excel chart PDF in Java....Page Product Family Aspose.PSD Product...dimensions of the output PDF file page in inches, and the alignment...

    kb.aspose.com/cells/java/convert-excel-chart-to...
  9. Convert WORD To PDF Java

    Convert a Word document to PDF format in Java code. Save a Word document as PDF using Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.pdf", page + 1)...

    products.aspose.com/words/java/conversion/word-...
  10. Convert WORD To EPUB Java

    Convert a Word document to EPUB format in Java code. Save a Word document as EPUB using Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.epub", page + 1)...

    products.aspose.com/words/java/conversion/word-...