Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 187,783 for

page

(0.08 sec)
  1. 更新 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/
  2. Delete Forms from PDF in C#|Aspose.PDF for .NET

    Remove Text based on subtype/form with Aspose.PDF for .NET library. Remove all forms from the PDF....accesses the forms presented on page 2 of the document and checks...from the first page var forms = document . Pages [ 1 ]. Resources...

    docs.aspose.com/pdf/net/remove-form/
  3. Calculate Pin Values and Setting Size of a Shap...

    This section explains how to calculate PinX and PinY Values of the Sub Shape with Aspose.Diagram....not absolute coordinate in the Page . If the user require to get...ID and page index is 0 Shape shape = diagram . Pages [ 0 ]. Shapes...

    docs.aspose.com/diagram/net/calculate-pin-value...
  4. Add Pages to PDF using .NET | Aspose.PDF

    Add PDF Pages to your document programmatically with C# sample code using Aspose.PDF for .NET...to Add pages to PDF using C# In order to insert page in PDF file...Install-Package Aspose.PDF Insert Page to PDF using C# You need Aspose...

    products.aspose.com/pdf/net/pages/add/
  5. Working with Hyperlinks | Aspose.Note Documenta...

    A comprehensive guide on creating and managing hyperlinks within your Java development projects....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/java/working-with-hyperlinks/
  6. PageSetup.headingLevelForChapter property | Asp...

    PageSetup.headingLevelForChapter property. Gets or sets the heading level style that is applied to the chapter titles in the document....applied to page number. Before you can create page numbers that...Examples Shows how to work with page chapters. let doc = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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...
  8. Converting a EMF file to PDF using C# | Aspose.PDF

    Sample code for EMF‑to‑PDF conversion in .NET. Use the API example code for batch EMF‑to‑PDF conversion within VB.NET, ASP.NET, or any .NET‑based application....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/net/conversion/emf-to-pdf/
  9. ExtractPages - when I use ExtractPages it break...

    Good day, when I split the document into sections. I use the following code for this, it breaks the numbering in the document. Could you take a look at it for me? Document docPR = new Document($"{path}4P003q.docx"); D…...PageCount; i++) { Document page = docPR.ExtractPages(i, 1);...1); docClone.AppendDocument(page, ImportFormatMode.UseDestinationStyles...

    forum.aspose.com/t/extractpages-when-i-use-extr...
  10. PDF containing emojis converts to image very sl...

    Hi Aspose Team, I am using Aspose.PDF.Drawing 25.4.0. When I run the following code: using var converter = new Aspose.Pdf.Facades.PdfConverter(); converter.GetNextImage(imagePath, ImageFormat.Png, 300); // this step t…...you see when converting PDF pages that contain emojis is caused...time from several seconds per page to a few hundred milliseconds...

    forum.aspose.com/t/pdf-containing-emojis-conver...