Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 61,026 for

path

(0.18 sec)
  1. Work with Word Documents in Qt|Aspose.Words for...

    Aspose.Words for C++ can be integrated within Qt to create and manipulate Word documents in Qt applications....the project In order to add paths to lib and include folders,...External Library option and browse paths to include and lib folders one...

    docs.aspose.com/words/cpp/work-with-word-docume...
  2. Hatch Fucnction Not Work - Free Support Forum -...

    Hi there,I have a problem with aspose.cad for .net to create a hatch ring fill with white. The code I wrote is below for(var i = 0 ; i < jzdInfos.Count ; i ++) { if (i == jzdInfos.Count - 1) continue; var x = jzdInf…...BoundaryPath = [] }; // Outer boundary path (big circle) var outerPath =...= 1 } ] }; // Inner boundary path (middle circle, reversed) var...

    forum.aspose.com/t/hatch-fucnction-not-work/322760
  3. PCL to DOC Converter using Python | Aspose.PDF

    Sample code on Python for PCL to DOC conversion. Use example code for batch PCL to DOC conversion with Python and .NET... Specify the path to the input PDF document by...output file is saved at the path outDir with outfile. Print a...

    products.aspose.com/pdf/python-net/conversion/p...
  4. Generate MaxiCode Barcodes in C#|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.... Save ( $"{path}MaxiCodeMode2First.png" , BarCodeImageFormat..."MaxiCode Mode 2" ; gen . Save ( $"{path}MaxiCodeMode2Second.png" , BarCodeImageFormat...

    docs.aspose.com/barcode/net/maxicode-barcodes/
  5. PCL to PDF Merge using Python | Aspose.PDF

    Combine two or more PCL documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...the specified output file path ( path_outfile ). Here is an example...aspose.pdf as apdf from os import path pcl_load_options = apdf . PclLoadOptions...

    products.aspose.com/pdf/python-net/merger/pcl-t...
  6. 编辑 SVG 文件 – C# 示例

    了解如何在 C# 中编辑 SVG。使用 Aspose.SVG for .NET 库添加和编辑 SVG 元素、编辑 SVG 路径、在位图上绘图等。...ent class, qualifiedName = “path”)。 SVG 圆 每个图形元素都有自己特定的属性(pr...(SVGDocument document = new SVGDocument(Path. Combine (DataDir, "basic-shapes...

    docs.aspose.com/svg/zh/net/edit-svg-file/
  7. Unlock PDF using Python | Aspose.PDF

    Decrypt (remove encryption) PDF documents programmatically with Python sample code using Aspose.PDF for Python for .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/decrypt/
  8. Extract text from PDF in Python | Aspose.PDF

    Python source code to extract text from PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....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/parser/text/
  9. Aspose.PSD - text wrapped on shape not being ma...

    ConsoleApp1.zip (237.3 KB) Attached is example code of trying to fill in some text layers for a PSD. One of the layers - DisplayName - is wrapped on a circle. The code properly replaces the text for the layer, but it is…...text not following the intended path. Solution To maintain the text...update_text_layer("path/to/your/source.psd", "path/to/your/output...

    forum.aspose.com/t/aspose-psd-text-wrapped-on-s...
  10. Add images to XPS files | API for C++

    C++ API Solution to work with XPS files. Learn how to add images to your documents with these native C++ APIs....XpsPath object with the necessary Path Geometry defined. Calling the...Property of the path. Create an ImageBrush to fill the path with the...

    products.aspose.com/page/cpp/add-images-to-xps/