Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 69,975 for

path

(0.17 sec)
  1. Add Master from Stencil|Documentation

    This section explains how to add master from stencil...Add master with stencil file path and master id diagram . addMaster...Add master with stencil file path and master name masterName =...

    docs.aspose.com/diagram/python-java/add-master-...
  2. Interactive Annotations using Java|Aspose.PDF f...

    Learn how to add, inspect, and delete link annotations in PDF documents using Java....static void linkAdd ( Path inputFile , Path outputFile ) { try (...

    docs.aspose.com/pdf/java/pdfannotationeditor-cl...
  3. FormFlattener Plugin|Aspose.PDF for .NET

    Learn how to flatten PDF form fields with the Aspose.Pdf.LowCode.FormFlattener plugin for .NET....FlattenPdfFormWithPl () { // The path to the documents directory var...Process ( options ); // Get the path of the saved PDF document var...

    docs.aspose.com/pdf/net/plugins/form-flattener/
  4. 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
  5. Security Plugin|Aspose.PDF for .NET

    Learn how to encrypt and decrypt PDF documents with the Aspose.Pdf.LowCode.Security plugin for .NET....EncryptPdfWithPlugin () { // The path to the documents directory var...Process ( options ); // Get the path of the encrypted PDF document...

    docs.aspose.com/pdf/net/plugins/security/
  6. Stop conversion or loading using InterruptMonit...

    Learn how to interrupt Excel file processing in Python using Aspere.Cells' InterruptMonitor for efficient resource management during long operations.... path . dirname ( os . path . abspath ( __file__...__file__ )) return os . path . join ( current_dir , "output" ) def...

    docs.aspose.com/cells/python-net/stop-conversio...
  7. 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-...
  8. replace-svg-colors-palette.svg

    <Path d="M 85 135 Q 25 -20 180 100 T 170 250 T 220 150 T 290 50" stroke="#a02601" stroke-width="3" fill="none" /> path d="M 85 135 Q 25 -20 180 100.../> </radialGradient> </defs> <path d="M 120,120 A 70,40 0 0 0 150...

    docs.aspose.com/svg/files/replace-svg-colors-pa...
  9. Converting a JPEG file to TEX using C# | Aspose...

    Sample code for JPEG‑to‑TEX conversion in .NET. Use the API example code for batch JPEG‑to‑TEX conversion within VB.NET, ASP.NET, or any .NET‑based application....while passing the output file path & SaveFormat.Tex as parameters...will be saved at the specified path Here is an example that demonstrates...

    products.aspose.com/pdf/net/conversion/jpeg-to-...
  10. Renderers – C# – Aspose.HTML for .NET

    Learn about supported renderers – HtmlRenderer, SvgRenderer, MhtmlRenderer and EpubRenderer, which are used to render HTML, SVG, MHTML, EPUB...settings using C# 2 3 // Prepare a path to a source HTML file 4 string...string documentPath = Path. Combine (DataDir, "file.html" ); 5 6...

    docs.aspose.com/html/net/renderers/