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

extract page

(0.22 sec)
  1. How to Find & Replace Hyperlinks in pdf - F...

    Hello Aspose Team Can I get help to know How to Find & Replace Hyperlinks in pdf. I used the below sample code to get the hyperlink. Document document = new Document("c:/pdftest/TempFile.pdf"); // Traverse thro…...through all the page of PDF foreach (Aspose.Pdf.Page page in document...document.Pages) { // Get the link annotations from particular page AnnotationSelector...

    forum.aspose.com/t/how-to-find-amp-replace-hype...
  2. Get XMP metadata from EPS file using .NET

    The process of getting XMP metadata from EPS file with Aspose.Page API solution for .NET is explained and illustrated with the code here....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/net/xmp-metadata/get/
  3. Convert TAR.XZ to CPIO via C# | Archive Convers...

    Source code for TAR.XZ to CPIO C# conversion. Use API example code for batch TAR.XZ files to CPIO conversion within VB.NET Asp.NET or any .NET based application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/zip/net/conversion/tarxz-to...
  4. Convert TAR.BZ2 to CPIO via C# | Archive Conver...

    Source code for TAR.BZ2 to CPIO C# conversion. Use API example code for batch TAR.BZ2 files to CPIO conversion within VB.NET Asp.NET or any .NET based application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/zip/net/conversion/tarbz2-t...
  5. Convert TAR.LZ to TAR.BZ2 via C# | Archive Conv...

    Source code for TAR.LZ to TAR.BZ2 C# conversion. Use API example code for batch TAR.LZ files to TAR.BZ2 conversion within VB.NET Asp.NET or any .NET based application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/zip/net/conversion/tarlz-to...
  6. Convert TAR.Z to CPIO via C# | Archive Conversi...

    Source code for TAR.Z to CPIO C# conversion. Use API example code for batch TAR.Z files to CPIO conversion within VB.NET Asp.NET or any .NET based application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/zip/net/conversion/tarz-to-...
  7. Convert PDF to Other Document Formats|Aspose.Wo...

    Convert PDF to Word formats such as DOCX, DOC, image formats such as JPG or PNG, or any other formats supported by Aspose using `Python.Words`.... What is this page about? This page demonstrates how to...example, you can use the page_count and page_index properties to define...

    docs.aspose.com/words/python-net/convert-pdf-to...
  8. Convert RAR to ZIP via C# | Archive Conversion ...

    Source code for RAR to ZIP C# conversion. Use API example code for batch RAR files to ZIP conversion within VB.NET Asp.NET or any .NET based application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/zip/net/conversion/rar-to-zip/
  9. LHA Archives & .lha Extension - Compression, Ex...

    Discover the LHA archive file format and .lha extension, widely known for its historical importance in software distribution and its efficient compression methods. Learn how to open and Extract LHA files, and explore its legacy and features....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    products.aspose.com/zip/most-common-archives/wh...
  10. 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...