Sort Score
Result 10 results
Languages All
Labels All
Results 2,241 - 2,250 of 187,695 for

page

(0.16 sec)
  1. Document error: TJ operator without preceding T...

    When we trying to extract a text or print a pdf, we are getting the below error message “Document error: TJ operator without preceding Tf - no font set for the text segment“. unfortunately due to privacy, i cant upload …...#=zbQhQKFg=(Page #=ztL8V05k=) at #=z9W8OEM$p...#=zWR6Slpk=, Resources #=za3NwiOk=, Page #=ztL8V05k=, Rectangle #=zsJwR5inyT$sP)...

    forum.aspose.com/t/document-error-tj-operator-w...
  2. 更新 PDF 中的链接|Aspose.PDF for Java

    以编程方式更新 PDF 中的链接。本指南介绍如何在 Java 语言中更新 PDF 中的链接。...pdf" ); Page page = document . getPages ()....linkAnnot = ( LinkAnnotation ) page . getAnnotations (). get_Item...

    docs.aspose.com/pdf/zh/java/update-links/
  3. ConvertUtil.PixelToPoint | Aspose.Words for .NET

    Effortlessly convert pixels to points at 96 dpi with ConvertUtil's PixelToPoint method. Enhance your design precision today!...Examples Shows how to specify page properties in pixels. Document...section's "Page Setup" defines the size of the page margins in...

    reference.aspose.com/words/net/aspose.words/con...
  4. PageExtractOptions class | Aspose.Words for Nod...

    Aspose.Words.PageExtractOptions class. Allows to specify options for document Page extracting....specify options for document page extracting. Constructors Name...Specifies whether the start page number in the resulting document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Convert image to pdf, which looks like a scanne...

    C# Image Processing Library can be used to emulate scanned document from you image(s) as shown in the C# code....allows convert your single page or multi page images into pdf, which...

    docs.aspose.com/imaging/net/developer-guide/how...
  6. Convert image to pdf, which looks like a scanne...

    Java Image Processing Library can be used to emulate scanned document from you image(s) as shown in the Java code....allows convert your single page or multi page images into pdf, which...

    docs.aspose.com/imaging/java/developer-guide/ho...
  7. How to Add Images to PDF using Python | Aspose.PDF

    Do you know how easily add images in PDF via Python? Add images in PDF with high quality using Python PDF library.... Learn the Landing Page for more details. Add Images...input PDF file. Specify the page number on which the picture...

    products.aspose.com/pdf/tutorial/add-images-pdf/
  8. PDF to DOCX Merge using C++ | Aspose.PDF

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

    products.aspose.com/pdf/cpp/merger/pdf-to-docx/
  9. Document.save method | Aspose.Words for Python

    aspose.words.Document.save method...options ) Shows how to render one page from a document to a JPEG image...= doc ) builder . writeln ( 'Page 1.' ) builder . insert_break...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 将弧对象添加到PDF文件|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java在PDF中创建弧对象。...(); // 添加页面到 PDF 文件的页面集合 Page page = pdfDocument . getPages ()...arc3 ); // 将图形对象添加到页面的段落集合中 page . getParagraphs (). add ( graph...

    docs.aspose.com/pdf/zh/java/add-arc/