Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 181,760 for

page

(0.55 sec)
  1. Aspose.PDF gets System.NullReferenceException a...

    I’m using Aspose.PDF.Drawing version 25.11. I’m using this version instead of Aspose.PDF because I want to run in Linux. Our customer has a bunch of documents that were created by a program called Bluebeam Brewery 5.0 f…...and they contain some null pages when I load them into Aspose...document that I can include where page 9 is null. If I make a new document...

    forum.aspose.com/t/aspose-pdf-gets-system-nullr...
  2. How to Rotate PDF using Python

    This short tutorial guides on how to rotate PDF using Python. It contains detailed steps to write the application and a runnable sample code to rotate PDF Pages using Python....Page Product Family Aspose.PSD Product...learn the process to change the page orientation from portrait to...

    kb.aspose.com/pdf/python/how-to-rotate-pdf-usin...
  3. 使用 C++ 添加图形注释|Aspose.PDF for C++

    本文描述了如何使用 Aspose.PDF for C++ 添加、获取和删除 PDF 文档中的图形注释...pdf" ); auto page = document -> get_Pages () -> idx_get (...MakeObject < CircleAnnotation > ( page , MakeObject < Rectangle > (...

    docs.aspose.com/pdf/zh/cpp/figures-annotation/
  4. PNG to PDF Converter using PHP | Aspose.PDF

    Sample code on PHP for PNG to PDF conversion. Use example code for batch PNG to PDF conversion with Aspose.PDF for PHP via Java...formats, see the Documentation pages. Also, you can check the other...Library on the Documentation pages. To verify the benefits of the...

    products.aspose.com/pdf/php-java/conversion/png...
  5. Convert various Images formats to PDF in .NET|A...

    Convert various images formats such as, CDR, DJVU, BMP, CGM, JPEG, DICOM, PNG, TIFF, EMF and SVG to PDF using C# .NET....Document ()) { // Add page var page = document . Pages . Add (); var...= dataDir + "BMPtoPDF.bmp" ; page . Paragraphs . Add ( image );...

    docs.aspose.com/pdf/net/convert-images-format-t...
  6. PDF 多媒体注释|Aspose.PDF for Java

    Aspose.PDF for Java 允许您在 PDF 文档中添加、获取和删除多媒体注释。...Contents [ Hide ] PDF 文档中的注释包含在 Page 对象的 Annotations 集合中。此集合仅包含该页面的所有注释:每个页面都有其自己的..._dataDir + "sample.pdf" ); Page page = document . getPages ()....

    docs.aspose.com/pdf/zh/java/multimedia-annotation/
  7. PDF 图形注释|Aspose.PDF for Java

    本文描述了如何使用 Aspose.PDF for Java 在 PDF 文档中添加、获取和删除图形注释...pdf" ); Page page = document . getPages ()....circleAnnotation = new CircleAnnotation ( page , new Rectangle ( 270 , 160...

    docs.aspose.com/pdf/zh/java/figures-annotation/
  8. EPUB to PDF Merge using Java | Aspose.PDF

    Combine two or more EPUB documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java...Library on the Documentation pages. To verify the benefits of the...merging files In loop: add a new page to PDF document In loop: add...

    products.aspose.com/pdf/java/merger/epub-to-pdf/
  9. Add Header and Footer to PDF|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to add headers and footers to your PDF file using TextStamp class....call AddStamp method of the Page to add the text in the header...on all pages for ( auto page : document -> get_Pages ()) { page...

    docs.aspose.com/pdf/cpp/add-headers-and-footers...
  10. FramesetCollection | Aspose.Words for Java

    Represents a collection of instances of the Frameset class in Java....Shows how to access frames on-page. // Document contains several...check the default URL (a web page URL or local document) or if...

    reference.aspose.com/words/java/com.aspose.word...