Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 67,466 for

path

(0.38 sec)
  1. Add Curve Annotation|Aspose.PDF for Python via ...

    This example binds an input PDF, draws a dashed curve on the first page, and saves the modified document....used to highlight irregular paths or shapes in a PDF, providing...import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/add-curve-annota...
  2. Rename Field|Aspose.PDF for Python via .NET

    Rename an existing form field in a PDF document using Aspose.PDF for Python....FileIO import sys from os import path import aspose.pdf as ap import...pdf_facades sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/python-net/rename-field/
  3. Add Local Link|Aspose.PDF for Python via .NET

    This example binds an input PDF, adds a red-colored local link on page 1 that points to page 1, and saves the modified document....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/add-local-link/
  4. Add Web Link|Aspose.PDF for Python via .NET

    This example binds an input PDF, adds a blue web link annotation on page 1 pointing to Aspose’s Python PDF product page, and saves the modified document....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/add-web-link/
  5. Save Metadata with XMP|Aspose.PDF for Python vi...

    Save PDF metadata using XMP with Aspose.PDF for Python via .NET...import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/save-metadata-wi...
  6. Delete Stamp By Index|Aspose.PDF for Python via...

    This example creates two rubber stamps on page 2. After that, a stamp can be deleted by specifying its index....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/delete-stamp-by-...
  7. Move Stamp By ID|Aspose.PDF for Python via .NET

    In this example, a rubber stamp is added to page 1 and then moved to a new position using its ID before saving the updated document....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/move-stamp-by-id...
  8. Add Line Annotation|Aspose.PDF for Python via .NET

    This example binds an input PDF, draws a red line annotation with square line endings, and saves the modified PDF....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/add-line-annotat...
  9. Read Barcode Metadata|Documentation

    This article describes how to read barcode parameters and encoded metadata... Save ( $"{path}ExtPDF417Meta.png" , BarCodeImageFormat...read = new BarCodeReader ( $"{path}ExtPDF417Meta.png" , DecodeType...

    docs.aspose.com/barcode/net/read-barcode-metadata/
  10. Save HTML Document – C# Examples – Aspose.HTML

    Learn how to save HTML documents to a file, URL, Zip archive, and memory stream using Aspose.HTML for .NET API and how to apply save options....C# 2 3 // Prepare an output path for a document saving 4 string...string documentPath = Path. Combine (OutputDir, "save-to-file.html"...

    docs.aspose.com/html/net/save-html-document/