Sort Score
Result 10 results
Languages All
Labels All
Results 5,711 - 5,720 of 182,132 for

page

(0.15 sec)
  1. Convert PDF To Openoffice C#

    Convert PDF to OpenOffice format in C# code. Save PDF as OpenOffice using C#....odt); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.odt", saveOptions);...

    products.aspose.com/words/net/conversion/pdf-to...
  2. Convert HTML To DOCX C#

    Convert HTML to DOCX format in C# code. Save HTML as DOCX using C#....docx); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.docx", saveOptions);...

    products.aspose.com/words/net/conversion/html-t...
  3. Convert WORD To PDF C#

    Convert a Word document to PDF format in C# code. Save a Word document as PDF using C#....pdf); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.pdf", saveOptions);...

    products.aspose.com/words/net/conversion/word-t...
  4. Convert PDF To WORD C#

    Convert PDF to WORD format in C# code. Save PDF as WORD using C#....docx); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.docx", saveOptions);...

    products.aspose.com/words/net/conversion/pdf-to...
  5. Aspose::Words::Settings::CompatibilityOptions::...

    Aspose::Words::Settings::CompatibilityOptions::set_SuppressSpacingAtTopOfPage method. Ignore Minimum Line Height for First Line on Page in C++....Line Height for First Line on Page. void Aspose :: Words :: Settings...

    reference.aspose.com/words/cpp/aspose.words.set...
  6. Several HTML Into JPG Java

    Merge multiple HTML into JPG in Java code. Save HTML as JPG 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/html-to-jpg/
  7. Several TEXT Into GIF Java

    Merge multiple TEXT into GIF in Java code. Save TEXT as GIF 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/text-to-gif/
  8. Protect or Encrypt a Document in C#|Aspose.Word...

    Aspose.Words for .NET provides Read-Only, Encrypt a Document, Restrict Editing, and Digital Signatures for document protection using C#. Aspose.Words supports most Word protection options....Hide ] What is this page about? This page explains how to protect...results. Please refresh the page and try again....

    docs.aspose.com/words/net/protect-or-encrypt-a-...
  9. Answer sheet|Documentation

    A markup element that creates a numbered matrix of bubbles arranged in one or more columns....number of answers on a single page. If you want to place questions...global bubble size configured in page settings . Example ?text=Biology...

    docs.aspose.com/omr/java/design-form/answer_sheet/
  10. 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...