Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 187,115 for

page

(0.17 sec)
  1. 设置图像大小|Aspose.PDF for .NET

    本节描述如何使用 C# 库设置 PDF 文件中的图像大小。...Document ()) { // Add page var page = document . Pages . Add (); // Create...to the page page . Paragraphs . Add ( img ); // Set page properties...

    docs.aspose.com/pdf/zh/net/set-image-size/
  2. Word To Pdf:Page number orientation is incorrec...

    When I convert a Word document to PDF, the Page number orientation is incorrect. version:words-25.10-jdk17.jar file: TEST.7z (9.9 MB)...Word To Pdf:Page number orientation is incorrect Aspose.Words...a Word document to PDF, the page number orientation is incorrect...

    forum.aspose.com/t/word-to-pdf-page-number-orie...
  3. Aspose::Words::Notes::FootnoteSeparatorType enu...

    Aspose::Words::Notes::FootnoteSeparatorType enum. Specifies the type of the footnote/endnote separator in C++....Printed above footnote text on a page when the text must be continued...continued from a previous page. FootnoteContinuation 2 Printed below...

    reference.aspose.com/words/cpp/aspose.words.not...
  4. Extract Links from the PDF File using Python|As...

    Discover how to extract hyperlinks from PDF documents in Python using Aspose.PDF for content management and link analysis....link annotations on the first page of a PDF using Aspose.PDF for...their page index and rectangular position on the page. This can...

    docs.aspose.com/pdf/python-net/extract-links/
  5. 更新、删除字段|Documentation

    本节说明如何更新或删除字段。...Visio page Aspose . Diagram . Page page = diagram . Pages . GetPage...GetPage ( "Page-1" ); //Get Visio Shape Shape shape = page . Shapes...

    docs.aspose.com/diagram/zh/net/update-remove-fi...
  6. PageSetup.pageWidth property | Aspose.Words for...

    PageSetup.PageWidth property. Returns or sets the width of the Page in points....Returns or sets the width of the page in points. get pageWidth ()...points, from the left side of the page. shape . relativeHorizontalPo...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Document.extract_pages method | Aspose.Words fo...

    aspose.words.Document.extract_Pages method...extract_pages method Contents [ Hide ] extract_pages(index, count...specified range of pages and the given page extract options. def...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Aspose PDF Exception: Operand value is not a na...

    Hello, My team is using the Aspose.PDF library for . NET to extract text from PDF files. We ran into the following exception while using the TextAbsorber to extract text Page by Page: Aspose.Pdf.PdfException: Operand v…...TextAbsorber to extract text page by page: Aspose.Pdf.PdfException:...jqRbrrW5fX$J94=.#=zbQhQKFg=(Page #=ztL8V05k=) at #=z9W8OEM$p...

    forum.aspose.com/t/aspose-pdf-exception-operand...
  9. Rotate PDF using C++ | Aspose.PDF

    Rotate PDF documents programmatically with C++ sample code using Aspose.PDF for C++...Rotate PDF Pages with C++ Do you need to rotate PDF? Programmatic...update or change the page orientation of pages in an existing PDF...

    products.aspose.com/pdf/cpp/rotate/
  10. Set Image Size|Aspose.PDF for Java

    This section describes how to set image size PDF file using Java library....// add page to pages collection of PDF file Page page = doc ...jpg" ); page . getParagraphs (). add ( img ); // Set page properties...

    docs.aspose.com/pdf/java/set-image-size/