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

path

(0.62 sec)
  1. Substitute fonts|CAD Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....do this, you can specify the path to fonts that are not installed...system, you can specify the path to them. Below is an example...

    docs.aspose.com/cad/net/developer-guide/how-to/...
  2. 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/
  3. 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/
  4. 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...
  5. 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-...
  6. 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...
  7. 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...
  8. How to Set Print Titles with Node.js via C++|Do...

    This article shows you how to set print titles using the Aspose.Cells library for Node.js via C++....node" ); const path = require ( "path" ); // The path to the documents...documents directory. const dataDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-pri...
  9. 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/
  10. 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/