Sort Score
Result 10 results
Languages All
Labels All
Results 3,921 - 3,930 of 141,614 for

page

(0.07 sec)
  1. How to Add Header and Footer in PDF using Java

    This brief tutorial discusses how to add header and footer in PDF using Java. It covers the steps and the code snippet to demonstrate how using java add header and footer in PDF files....Page Product Family Aspose.PSD Product...of the header footer on each page of the document. Furthermore...

    kb.aspose.com/pdf/java/how-to-add-header-and-fo...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Showcases https://docs.aspose.com/imaging/net/showcases/ Recent content in Showcases on Documentation Hugo -- gohugo.io https://docs.aspose.com/imagi......ti-page-tiff-file 2) Create an animation from multi-page Tiff...gle-page-image 3) Create APNG animation from single-page image...

    docs.aspose.com/imaging/net/showcases/index.xml
  3. Several WORD Into JPG C#

    Merge multiple a Word document into JPG in C# code. Save a Word document as JPG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/word-to-jpg/
  4. Several TEXT Into GIF C#

    Merge multiple TEXT into GIF in C# code. Save TEXT as GIF using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/text-to-gif/
  5. Add Comment to VSD or VSDX Visio Diagram | Inse...

    Add Comment to Visio Diagram Programmatically in Java. Annotate a VSD or VSDX Visio Diagram to Insert comment using Java....and add comments on different pages and shapes. In accordance with...JAR file from the Downloads page or paste the following configurations...

    blog.aspose.com/diagram/add-comment-visio-java/
  6. Defect detection|Documentation

    How to automatically find problem areas in an image that may be recognized inaccurately....typically appear on curved pages. Low recognition accuracy Text...string Image path. Page int Page number of multi-page images. defectAreas...

    docs.aspose.com/ocr/java/defect-detection/
  7. Aspose.Words Product Family

    Find answers about creating, converting, editing, and printing Word documents without utilizing Microsoft Word....Page Product Family Aspose.PSD Product...using Java How to Delete a Blank Page in Word using Java How to Electronically...

    kb.aspose.com/words/page/4/
  8. Aspose.Words for .NET

    This API allows to create, edit, render, print, and convert Word documents without utilizing Microsoft Word....Page Product Family Aspose.PSD Product...Remove Blank Page in Word using C# How to Add Page Numbers in Word...

    kb.aspose.com/words/net/page/3/
  9. Convert PDF to PNG using Aspose.PDF Java Font a...

    The font of the content in the PDF to PNG conversion is SourceHanSansHWSC-Regular.otf font, and the PNG image is garbled after conversion. Use font package for Source Black OTF If the font is correct when converting Wo…...snippet for converting PDF pages to PNG images using Aspose.PDF...pdf"); // Loop through all the pages of the PDF file for (int pageCount...

    forum.aspose.com/t/convert-pdf-to-png-using-asp...
  10. Convert Image To TXT C#

    Convert Image to TXT format in C# code. Save Image as TXT using 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/net/conversion/image-...