Sort Score
Result 10 results
Languages All
Labels All
Results 4,771 - 4,780 of 141,589 for

page

(0.22 sec)
  1. Გადაიყვანეთ DOC PDF Java

    გადაიყვანეთ DOC PDF Java ფორმატში კოდით. შეინახეთ DOC როგორც PDF 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/ka/java/conversion/do...
  2. Გადაიყვანეთ DOC RTF Java

    გადაიყვანეთ DOC RTF Java ფორმატში კოდით. შეინახეთ DOC როგორც RTF Java....for (int page = 0; page < doc.getPageCount(); page++) { saveOptions...PageSet(page)); doc.save(String.format("Output_%d.rtf", page + 1)...

    products.aspose.com/words/ka/java/conversion/do...
  3. Გადაიყვანეთ DOC DOCX Java

    გადაიყვანეთ DOC DOCX Java ფორმატში კოდით. შეინახეთ DOC როგორც DOCX 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/ka/java/conversion/do...
  4. Გადაიყვანეთ TEXT WORD Java

    გადაიყვანეთ TEXT WORD Java ფორმატში კოდით. შეინახეთ TEXT როგორც WORD 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/ka/java/conversion/te...
  5. How to Insert Comment in PDF using Java

    This short article describes how to insert comment in PDF using Java. Information is provided to prepare the development environment, a step-wise detail and a runnable sample code demonstrating how to add comments in PDF file using Java....Page Product Family Aspose.PSD Product...collection in the selected PDF page before saving it on the disk...

    kb.aspose.com/pdf/java/how-to-insert-comment-in...
  6. How to Convert Excel to HTML in C++

    This simple tutorial discusses how to convert Excel to HTML in C++. You can change Excel to HTML in C++ to display information on a webPage using any browser on common operating systems like Linux, MS Windows or macOS....Page Product Family Aspose.PSD Product...properties for the output HTML page Configure the encoding, images...

    kb.aspose.com/cells/cpp/how-to-convert-excel-to...
  7. 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...
  8. Margins | Aspose.Words for Java

    Specifies preset margins in Java....Shows when to recalculate the page layout of the document. Document...of the document within its pages. doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  9. Workbook and Worksheet Print Preview|Documentation

    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....Excel files with millions of pages need to be converted to PDF...can check the total number of pages and then decide whether the...

    docs.aspose.com/cells/java/workbook-and-workshe...
  10. Convert EML to XPS via C# | products.aspose.com

    Sample code for EML to XPS C# conversion. Use API example code for batch EML files to XPS conversion within VB.NET, Asp.NET or any .NET based application.... Set page layout. Print email to XPS....MessageFormattingFla.MailInfo; // Set page layout for printing printer...

    products.aspose.com/email/net/conversion/eml-to...