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

path

(0.1 sec)
  1. PDF Stamping in Python: Text, Image, and Page O...

    Add stamps: text, image or page - to PDF programmatically with Python sample code using Aspose.PDF for Python via .NET....apdf from os import path path_infile = path . join ( self . data_dir...data_dir , infile ) path_outfile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/stamps/
  2. Font Licensing question - Free Support Forum - ...

    Hi am evaluating Aspose slides for Java for converting PPTx to PDF and this PPTx was built with licensed fonts like Arial/TImes New Roman/Verdena. And this conversion happens on Linux. I added code as addEmbeddedFont wit…...fontStream = new FileInputStream("path/to/your/font.ttf"); // Add the...replace "path/to/your/font.ttf" with the actual path to your font...

    forum.aspose.com/t/font-licensing-question/314379
  3. HtmlFixedSaveOptions.exportEmbeddedCss property...

    HtmlFixedSaveOptions.exportEmbeddedCss property. Specifies whether the CSS (Cascading Style Sheet) should be embedded into Html document....exportEmbeddedCss const outPath = path . join ( base . artifactsDir...(); expect ( fs . existsSync ( path . join ( outPath , "styles.css"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. HtmlFixedSaveOptions.save_format property | Asp...

    HtmlFixedSaveOptions.save_format property. Specifies the format in which the document will be saved if this save options object is used...resource_file_name } "' ) extension = Path ( args . resource_file_name...must explicitly specify the path for the fonts. args . resource_file_uri...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 保存 SVG 文件 – Aspose.SVG for Python via .NET

    了解如何使用 Aspose.SVG Python 库将 SVG 文档保存到文件、内存流或 Url。...SVGDocument 3 4 # Prepare a path to the source and output SVG...output_dir = "output/" 7 input_path = os. path . join (data_dir, "with-resources...

    docs.aspose.com/svg/zh/python-net/save-svg-file/
  6. Rotate Visio Shape Text|Documentation

    How to rotate shape's text in visio using .NET Diagram API....NET // The path to the documents directory....and also pass complete file path and the DiagramSaveOptions object...

    docs.aspose.com/diagram/net/rotate-visio-shape-...
  7. Manage Chart Workbooks in Presentations on Andr...

    Discover Aspose.Slides for Android via Java: effortlessly manage chart workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....can also be used to update a path to the external workbook (if...data source. If the relative path for an external workbook is...

    docs.aspose.com/slides/androidjava/chart-workbook/
  8. Set PDF Metadata|Aspose.PDF for Java

    Learn how to update PDF metadata in Java with the PdfFileInfo facade....void setPdfMetadata ( Path inputFile , Path outputFile ) { PdfFileInfo...

    docs.aspose.com/pdf/java/set-pdf-metadata/
  9. Replace Text With State|Aspose.PDF for Java

    Learn how to replace text with custom formatting in Java using the PdfContentEditor facade in Aspose.PDF....replaceTextWithState ( Path inputFile , Path outputFile ) { PdfContentEditor...

    docs.aspose.com/pdf/java/replace-text-with-state/
  10. Create ComboBox Field|Aspose.PDF for Java

    Learn how to add a combo box field to a PDF document in Java using the FormEditor facade in Aspose.PDF....createComboBoxField ( Path inputFile , Path outputFile ) { FormEditor...

    docs.aspose.com/pdf/java/create-combobox-field/