Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 6,180 for

path

(0.1 sec)
  1. Integration with JasperServer|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.... Check the license path. <property name="license" value="C:/Aspose...a license. Check the license path. <property name="license" value="C:/Aspose...

    docs.aspose.com/cad/jasperreports/integration-w...
  2. Working with Gradient in XPS file | Python

    How to add vertical, horizontal or linear gradient to an XPS file is a question answered by Aspose.Page API solution. Learn the functionality for Python... The result Copy 1 # The path to the documents directory....248), 1)) 13 # Create a new path by defining geometery in an...

    docs.aspose.com/page/python-net/xps/working-wit...
  3. Text Rendering using Font library | .NET

    Convert text to images and render TrueType and OpenType fonts within .NET products. C# APIs for the developers to manipulate and font files....; //Font file name with full path 3 var outFile = dataDir + "arial...; //Font file name with full path 3 var outFile = dataDir + "arial...

    docs.aspose.com/font/net/developer-guide/text-r...
  4. Converting word document to pdf causes a table ...

    Hi, i want to convert a word document into a PDF document. When converting test file “Test OK.docm” to PDF document, everything seems to be fine. The table on first page will not be moved. When converting test file “T…...Code for reproducing: String path = "c:\\Test\\"; Document documentOk...Document(path + "Test OK.docm"); documentOk.save(path + "Test...

    forum.aspose.com/t/converting-word-document-to-...
  5. How to Change SVG Color – C# Examples

    You'll learn how to work with SVG color with C# examples, how to change color of SVG elements, or change background color in SVG files....colorize SVG shapes, lines, paths, text. Using C# examples, we...graphical elements such as shapes, paths and text – are rendered by being...

    docs.aspose.com/svg/net/how-to-change-svg-color/
  6. Edit SVG File – C# Examples

    Learn how to edit SVG in C#. Add and edit SVG elements, edit SVG Paths, draw on bitmaps, and more using the Aspose.SVG for .NET library....(SVGPathElement class, qualifiedName = “path”). SVG Circle Each graphic element...Dom ; 4 using Aspose. Svg . Paths ; 5 ... 6 7 // Set SVG Namespace...

    docs.aspose.com/svg/net/edit-svg-file/
  7. Aspose.PSD CLI Export Application for .NET|Docu...

    Aspose.PSD-based Export CLI application for PSD, PSB, and AI File Formats. No-code CI/CD Automation. Supports exporting layers from PSD files by name or index. It does not require Adobe Photoshop or Adobe Illustrator to be installed and can be run from the console without additional code.... Path to the input image. o, output...output Required. Output path. f, format Required. Output format....

    docs.aspose.com/psd/net/cli/export/
  8. VbaReferenceCollection Class | Aspose.Words for...

    Explore the Aspose.Words.Vba.VbaReferenceCollection class, a powerful tool for managing VbaReference objects efficiently in your projects....]; string path = GetLibIdPath ( reference ); if ( path == brokenPath...Returns string representing LibId path of a specified reference. ///...

    reference.aspose.com/words/net/aspose.words.vba...
  9. Read Barcodes with Unicode Encodings|Documentation

    This article describes how to decode barcodes with Unicode encoding... Save ( $"{path}QRDetectEncoding.png" , BarCodeImageFormat...read = new BarCodeReader ( $"{path}QRDetectEncoding.png" , DecodeType...

    docs.aspose.com/barcode/net/read-unicode-encodi...
  10. The Header align is wrong after attach word - F...

    the “main” word like but after attached cover word, it looks like: 1.docx (175.8 KB) out.docx (129.3 KB) cover.docx (19.3 KB) the result the align of header is left from center. Here is my code: String Path…... Here is my code: String path = "C:\\Users\\z_jia\\Desktop\\a\\";...Document(path + "1.docx"); Document cover = new Document(path + "cover...

    forum.aspose.com/t/the-header-align-is-wrong-af...