Sort Score
Result 10 results
Languages All
Labels All
Results 7,271 - 7,280 of 184,239 for

page

(0.13 sec)
  1. HIBCLICDateFormat|Aspose.BarCode for Python via...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Please refresh the page and try again. Related articles...

    docs.aspose.com/barcode/python-net/api-referenc...
  2. Using in other languages|Aspose.PDF for .NET

    Learn how to use Aspose.PDF for .NET in other programming languages like VB.NET, C++, and more. Maximize the versatility of PDF processing.... Please refresh the page and try again. Related articles...

    docs.aspose.com/pdf/net/use-aspose-pdf-for-net-...
  3. IDocumentProcessorPlugin.save method | Aspose.W...

    IDocumentProcessorPlugin.save method. Save the document loaded by [IDocumentProcessorPlugin.load()](../load/#buffer_loadoptions) method to the output stream using the specified save options....format is image, only the first page image is saved to the output...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Create a PDF/A2-a - Free Support Forum - aspose...

    Hi, I developed some code to create a pdf file from scratch, I use object like: TextSegment FloatingBox TextFragment Line Image everything is seen correctly inside the pdf. Now I would like to modify the code to ma…...setLanguage(“it-IT”); Page page = document.getPages().add();...textFragment.setText(text); page.getParagraphs().add(textFragment);...

    forum.aspose.com/t/create-a-pdf-a2-a/312852
  5. Getting started|Documentation

    Learn how to install and license Aspose.OMR for C++ and how to write a simple cross-platform OMR application.... Please refresh the page and try again. Related articles...

    docs.aspose.com/omr/cpp/getting-started/
  6. Convert DOC To EPUB Java

    Convert DOC to EPUB format in Java code. Save DOC 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/doc-t...
  7. Convert DOC To DOCX Java

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

    products.aspose.com/words/java/conversion/doc-t...
  8. Convert JPG To TXT Java

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

    products.aspose.com/words/java/conversion/jpg-t...
  9. Convert WORD To TXT Java

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

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

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

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