Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 188,100 for

page

(0.56 sec)
  1. FAQ|Aspose.Words for .NET

    Aspose.Words for .NET answers the most frequently asked questions. Learn this Page to quickly solve your problem on general questions or specific topics.... What is this page about? This page explains technical FAQs...common issues and questions. This page contains answers to the most...

    docs.aspose.com/words/net/faq/
  2. Aspose::Words::SectionStart enum | Aspose.Words...

    Aspose::Words::SectionStart enum. The type of break at the beginning of the section in C++....new section starts on the same page as the previous section. NewColumn...new page. EvenPage 3 The section starts on a new even page. OddPage...

    reference.aspose.com/words/cpp/aspose.words/sec...
  3. HtmlSaveOptions.export_toc_page_numbers propert...

    HtmlSaveOptions.export_toc_Page_numbers property. Specifies whether to write Page numbers to table of contents when saving HTML, MHTML and EPUB...export_toc_page_numbers property HtmlSaveOptions.export_toc_page_numbers...property Specifies whether to write page numbers to table of contents...

    reference.aspose.com/words/python-net/aspose.wo...
  4. How to Save Selected Pages in PDF using C#

    This article describes how to save selected Pages in PDF using C#. It has the IDE settings, a list of steps, and a runnable sample code demonstrating how to select Pages from PDF and save using C#....Page Product Family Aspose.PSD Product...Family How to Save Selected Pages in PDF using C# This article...

    kb.aspose.com/pdf/net/how-to-save-selected-page...
  5. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...new Document(inFilePath); Page page = pdfDocument.getPages().get_Item(1);...isLandscape = page.getPageInfo().getWidth() > page.getPageInfo()...

    forum.aspose.com/t/pdf-base64image/315504
  6. 分组、转换和验证形状|Documentation

    本节介绍如何使用 Aspose.Diagram 对形状进行分组。...); // Get page by name Page page = diagram . Pages . GetPage...GetPage ( "Page-3" ); // Initialize an array of shapes Aspose . Diagram...

    docs.aspose.com/diagram/zh/net/group-convert-an...
  7. Finding paragraph bounding boxes|Documentation

    Automatic detection of paragraph bounding boxes inside an image....contain more than one image per page. Therefore, the resulting list...objects than the number of pages in the document. Property Type...

    docs.aspose.com/ocr/java/image-regions-paragrap...
  8. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int Page = 0; Page < document.PageCount; Page++) { Document extractedPage = document.ExtractPages(Page, 1); // startindex and count string …...for (int page = 0; page < document.PageCount; page++) { Document...extractedPage = document.ExtractPages(page, 1); // startindex and count...

    forum.aspose.com/t/document-extractpages-yields...
  9. How to Create PDF using C#|Aspose.PDF for .NET

    Create and format the PDF Document with Aspose.PDF for .NET.... Add a Page object to the Pages collection of the...Paragraphs collection of the page. Save the resultant PDF document...

    docs.aspose.com/pdf/net/create-pdf-document/
  10. Convert GIF to PDF in Java

    Refer to this article to convert GIF to PDF in Java. It has details to set the IDE, a list of steps, and a sample code to change GIF to PDF in Java along with the options to improvise the code for creating desired output....Page Product Family Aspose.PSD Product...class for the new PDF and add a page to it Create an object of the...

    kb.aspose.com/pdf/java/convert-gif-to-pdf-in-java/