Sort Score
Result 10 results
Languages All
Labels All
Results 2,771 - 2,780 of 188,056 for

page

(0.16 sec)
  1. TIF to PDF-A-1B is not converting as expected. ...

    Hi Team, We are trying to covert TIF File to PDF using Aspose Total, Aspose PDF. But, the result is not as expected. Image is shrinked and is showing as line. Aspose PDF version : 25.7 Current JDK : 21-jre-alpine vert…... a mismatch between the PDF page size and the image size, or...too small. Set Page Size : Make sure that the page size of the PDF...

    forum.aspose.com/t/tif-to-pdf-a-1b-is-not-conve...
  2. Convert HTML To JPG Java

    Convert HTML to JPG format in Java code. Save HTML as JPG using Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.jpg" , page + 1...

    products.aspose.com/words/java/conversion/html-...
  3. Convert WORD To JPG Java

    Convert a Word document to JPG format in Java code. Save a Word document as JPG using Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.jpg" , page + 1...

    products.aspose.com/words/java/conversion/word-...
  4. Convert Word Document to TIFF|Aspose.Words for ...

    Convert Word document to TIFF. NPOI does not provide an opportunity to work with formats other than Word using C#.... What is this page about? This page explains how to convert...shows how to convert document pages from DOC to TIFF: string fileDir...

    docs.aspose.com/words/net/convert-word-document...
  5. Formatting PDF Document using C#|Aspose.PDF for...

    Create and format the PDF Document with Aspose.PDF for .NET. Use the next code snippet to resolve your tasks....Document Get Document Window and Page Display Properties This topic...viewer application, and how pages are displayed. To set these...

    docs.aspose.com/pdf/net/formatting-pdf-document/
  6. FieldToc.EntrySeparator | Aspose.Words for .NET

    Discover the FieldToc EntrySeparator property, customize character sequences to enhance entry-Page navigation and improve document organization....that separate an entry and its page number. public string EntrySeparator...style to the left, // and the page the heading appears on to the...

    reference.aspose.com/words/net/aspose.words.fie...
  7. FieldToc.HideInWebLayout | Aspose.Words for .NET

    Discover the FieldToc HideInWebLayout property to easily control tab leaders and Page numbers in Web layout view for a cleaner presentation....whether to hide tab leader and page numbers in Web layout view....style to the left, // and the page the heading appears on to the...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Փոխարկել WORD PNG Java

    Փոխարկեք WORD ը PNG ձևաչափի Java կոդով: Պահեք WORD որպես PNG օգտագործելով Java:...for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.png" , page + 1...

    products.aspose.com/words/hy/java/conversion/wo...
  9. How to Find Field Properties in C#|Aspose.Words...

    How to find some field properties like field code and field result in C#.... What is this page about? This page describes how to locate...results. Please refresh the page and try again....

    docs.aspose.com/words/net/find-field-properties/
  10. TIF 轉成PDF後頁面會縮小無法滿版 - Free Support Forum - aspo...

    TIF 轉成PDF後頁面會縮小, 如何可以滿版? 以下是程式碼片段 using (FileStream fs = new FileStream($“D:\IMG2PDF.tif”, FileMode.Open, FileAccess.Read)) { // Create a new Document object Document pdfDocument = new Document(); // Ad…...Add a page to the PDF document Page page = pdfDocument.Pages.Add();...image to the page's paragraphs collection page.Paragraphs.Add(image);...

    forum.aspose.com/t/tif-pdf/293699