Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 188,045 for

page

(0.49 sec)
  1. Crop PDF Pages in Java | Java PDF Library

    Learn how to crop PDF Pages in Java using a Java PDF library....remove unnecessary parts of the pages in a PDF. This can include removing...simple method of cropping PDF pages in Java . So let’s see how to...

    blog.aspose.com/pdf/crop-pdf-pages-in-java/
  2. How to Add Hyperlink in PDF using C#

    This short tutorial guides on how to add hyperlink in PDF using C#. It provides detailed description along with a runnable sample code to insert hyperlink in PDF using C#....Page Product Family Aspose.PSD Product...get a reference to the desired page Create a LinkAnnotation object...

    kb.aspose.com/pdf/net/how-to-add-hyperlink-in-p...
  3. Setting Headers and Footers|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the Aspose.Cells for Python via .NET API....display useful information such as page number, author name, topic name...footers are managed using the page setup settings. Setting Headers...

    docs.aspose.com/cells/python-net/setting-header...
  4. Split PDF programmatically|Aspose.PDF for Java

    This topic shows how to split PDF Pages into individual PDF files in your Java applications....topic shows how to split PDF pages with Aspose.PDF for Java into...applications. To split PDF pages into single page PDF files using Java...

    docs.aspose.com/pdf/java/split-document/
  5. 复制内部和外部字段|Aspose.PDF for .NET

    本节解释如何使用 FormEditor 类复制 Aspose.PDF Facades 中的内部和外部字段。...pdf" )) { // Add page document . Pages . Add (); // Bind PDF...the first page to "Last Name 2" on the second page formEditor...

    docs.aspose.com/pdf/zh/net/copy-inner-and-outer...
  6. PageSetup.sectionStart property | Aspose.Words ...

    PageSetup.sectionStart property. Returns or sets the type of section break for the specified object....appendChild ( section ); // Set some page setup properties for the section...display all its contents // on the page between the section's header...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PageSetup.border_surrounds_footer property | As...

    PageSetup.border_surrounds_footer property. Specifies whether the Page border includes or excludes the footer....property Specifies whether the page border includes or excludes...how to apply a border to the page and header/footer. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  8. PageSet.All | Aspose.Words for .NET

    Access all document Pages in their original order with PageSet All property. Streamline your workflow and enhance document management effortlessly!...property Gets a set with all the pages of the document in their original...Examples Shows how to export Odd pages from the document. Document...

    reference.aspose.com/words/net/aspose.words.sav...
  9. SplitCriteria | Aspose.Words for Java

    Specifies how the document is split into parts in Java....Shows how to split document by pages. String doc = getMyDir() + "Big...setSplitCriteria(SplitCriteria.PAGE); Splitter.split(doc, getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  10. Convert TEXT To Image C#

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

    products.aspose.com/words/net/conversion/text-t...