Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 184,562 for

page

(0.32 sec)
  1. 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
  2. Add Text to PDF Using Java | Aspose.PDF

    Add text to PDF programmatically with Java sample code using Aspose.PDF for Java... Add the TextParagraph to Page using TextBuilder. Save the...toString ()); // get particular page Page pdfPage = pdfDocument . getPages...

    products.aspose.com/pdf/java/text/
  3. FieldToc.page_number_omitting_level_range prope...

    FieldToc.Page_number_omitting_level_range property. Gets or sets a range of levels of the table of contents entries from which to omits Page numbers....page_number_omitting_level_range property FieldToc.page_numb...which to omits page numbers. @property def page_number_omitting_level_range...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Split PDF, HTML, TXT Files using Java | Aspose.PDF

    Java source code to split files on Java and PHP, Delphi....document, you must split the pages of the original file. In order...please learn Documentation Pages . Repository <repository> <...

    products.aspose.com/pdf/java/splitter/
  5. Replace Fields with Text Java|Aspose.Words for ...

    Learn how to replace fields with text in Java. Replace fields with static data using the Java API....example, trying to convert the PAGE field in a header or footer...value being displayed on all pages. This is because headers and...

    docs.aspose.com/words/java/replace-fields/
  6. 使用 Java 向 PDF 添加文本 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式向 PDF 添加文本...TextBuilder 將 TextParagraph 新增到 Page。 再次儲存文件。 將文字新增到 PDF - Java 此示例代码说明如何在...toString ()); // get particular page Page pdfPage = pdfDocument . getPages...

    products.aspose.com/pdf/zh-hant/java/text/
  7. Convert a Document to PDF in Python|Aspose.Word...

    Convert a document to PDF using Python. Various input formats are supported, including Word, OpenOffice, Image and eBook formats....paginated or has the concept of pages. Convert a Word Document to...mimics the way Microsoft Word’s page layout engine works, making...

    docs.aspose.com/words/python-net/convert-a-docu...
  8. for Umbraco|Aspose.Words for .NET

    Integrating Aspose.Words for .NET with Umbraco content management systems using C#....Hide ] What is this page about? This page explains the use of...results. Please refresh the page and try again....

    docs.aspose.com/words/net/aspose-words-net-for-...
  9. Extract Data from Table in PDF with C#|Aspose.P...

    Learn how to extract tabular from PDF using Aspose.PDF for .NET in C#... Decide which pages to be analyzed and apply Visit...Visit to the desired pages. The tabular data will be scanned and...

    docs.aspose.com/pdf/net/extract-data-from-table...
  10. 将页码添加到PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET允许您使用PageNumber Stamp类将页码印章添加到PDF文件中。...之后,您可以调用 Page 的 AddStamp 方法将印章添加到PDF中。您还可..."PageNumberStamp.pdf" )) { // Create page number stamp var pageNumberStamp...

    docs.aspose.com/pdf/zh/net/add-page-number/