Sort Score
Result 10 results
Languages All
Labels All
Results 6,951 - 6,960 of 188,108 for

page

(0.44 sec)
  1. Several DOC Into PNG Java

    Merge multiple DOC into PNG in Java code. Save DOC as PNG using Java....for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/java/merge/doc-to-png/
  2. Restricting Access to Type Members in C#|Aspose...

    Learn how to restrict access of a template author to members of types sensitive using LINQ in C#.... What is this page about? This page explains how to restrict...results. Please refresh the page and try again....

    docs.aspose.com/words/net/restricting-access-to...
  3. Merge JPG to PDF Online | Combine JPG into PDF

    Learn how to merge JPG to PDF online and programmatically in C#, Java, and Python. Step-by-step guide included!...Settings : You can set page size and page orientation for the output...images. Optionally, specify page size and orientation. Click...

    blog.aspose.com/pdf/merge-jpg-to-pdf/
  4. 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...
  5. Aspose::Words::Saving::FixedPageSaveOptions::ge...

    Aspose::Words::Saving::FixedPageSaveOptions::get_PageSavingCallback method. Allows to control how separate Pages are saved when a document is exported to fixed Page format in C++....Allows to control how separate pages are saved when a document is...is exported to fixed page format. System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. Aspose.CAD Documentation has disappeared - Free...

    Please note that I am getting: Error: Failed to contact the origin. URL: https://reference.aspose.com/cad/net Generation Time: Thursday, December 11, 2025, 18:17:18 GMT. Request ID: qm6m15bBzKbTN7xV3itb6dHZCzokeINqhfE5…...com/cad/net/ All API reference pages, examples and guides are available... a specific class or method page). Your network environment (proxy...

    forum.aspose.com/t/aspose-cad-documentation-has...
  7. Փոխարկել WORD TXT C#

    Փոխարկեք WORD ը TXT ձևաչափի C# կոդով: Պահեք WORD որպես TXT օգտագործելով C#:...txt); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.txt", saveOptions);...

    products.aspose.com/words/hy/net/conversion/wor...
  8. Մի Քանի HTML Դեպի Պատկեր Java

    Միավորել մի քանի HTML Պատկեր ին Java կոդի մեջ: Պահպանեք HTML որպես Պատկեր օգտագործելով Java:...for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/hy/java/merge/html-to...
  9. Մի Քանի WORD Դեպի JPG Java

    Միավորել մի քանի WORD JPG ին Java կոդի մեջ: Պահպանեք WORD որպես JPG օգտագործելով Java:...for ( int page = 0 ; page < output.getPageCount(); page++) { Document...extractedPage = output.extractPages(page, 1 ); extractedPage.save(String...

    products.aspose.com/words/hy/java/merge/word-to...
  10. Փոխարկել DOC RTF C++

    Փոխարկեք DOC ը RTF ձևաչափի C++ կոդով: Պահեք DOC որպես RTF օգտագործելով C++:...for (int page = 0; page < doc->get_PageCount(); page++) { sav...saveOptions->set_PageSet(MakeObject<PageSet>(page)); doc->Save(String::Format(u"Output_{0}...

    products.aspose.com/words/hy/cpp/conversion/doc...