Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 60,943 for

path

(0.39 sec)
  1. Draw shapes in PS files | API for C++

    C++ API Solution PS, XPS and EPS files. Learn how to draw geometrical shapes in a PS file with the attached C++ code snippet.... Path-Based Graphics - PostScript uses a path-based approach...outline of the shape. Common path operators include moveto , lineto...

    products.aspose.com/page/cpp/add-shapes-to-ps/
  2. MailMergeSettings | Aspose.Words for Java

    Specifies all of the mail merge information for a document in Java....getDataSource() Specifies the path to the mail-merge data source...getHeaderSource() Specifies the path to the mail-merge header source...

    reference.aspose.com/words/java/com.aspose.word...
  3. Invalid bookmarks starting with 25.2 - Free Sup...

    Hello According to my testing, the bookmark feature broke with 25.2 and still does not work with the currently newest version 25.9 of Aspose.PDF.Drawing for .NET. I use the following test-code to illustrate the problem…...Document("<path to input file>"); output.Pages...Pages[2]) }); output.Save("<path to output file>"); } The resulting...

    forum.aspose.com/t/invalid-bookmarks-starting-w...
  4. Create a Fish-eye lens effect on 3D scene and s...

    Using Aspose.3D for .NET API, developers can create a Fisheye lens effect on 3D scene and save that view into the supported image formats.... C# string path = @ "D:\Projects\glTF-Sample-Models\1...scene Scene scene = new Scene ( path ); //create a camera for capturing...

    docs.aspose.com/3d/net/create-a-fisheye-lens-ef...
  5. 通过 C# 导入 FDF 格式注释到 PDF|Aspose.PDF for .NET

    使用现有的 Form.ImportFdf() 或 PdfAnnotationEditor.ImportAnnotationsFromFdf() 方法将 FDF 格式注释导入 PDF,使用 Aspose.PDF for .NET。...ImportFDFByForm () { // The path to the documents directory var...ImportFdfByPdfAnnota () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/import-fdf/
  6. 在Ruby中隐藏和显示行和列|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....Workbook object by excel file path workbook = Rjb :: import ( 'com...Workbook object by excel file path workbook = Rjb :: import ( 'com...

    docs.aspose.com/cells/zh/java/hiding-and-showin...
  7. 将 SVG 转换为 XPS | Aspose.HTML for .NET

    使用 Aspose.HTML for .NET 将 SVG 转换为 XPS。在 C# 示例中考虑各种 SVG 到 XPS 的转换方案。尝试在线 SVG 转换器。... ConvertSVG (Path. Combine (DataDir, "shapes.svg"...svg" ), new XpsSaveOptions(), Path. Combine (OutputDir, "convert-with-single-line...

    docs.aspose.com/html/zh/net/convert-svg-to-xps/
  8. Protecting and Unprotecting Workbooks|Documenta...

    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....//Specify the template Excel file path. string myPath = @"d:\test\MyBook...//Specify the template Excel file path. string myPath = @"d:\test\MyBook...

    docs.aspose.com/cells/net/protecting-and-unprot...
  9. 使用Aspose.Cells和C++将文本转换为列|Documentation

    学习如何在Excel文件中使用Aspose.Cells for C++将文本转换为列。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/convert-text-to-co...
  10. 将 HTML 转换为 DOCX – C#

    使用 Aspose.HTML API 在 C# 中将 HTML 转换为 DOCX。在 C# 示例中考虑各种 HTML 到 DOCX 的转换情况。试试在线 HTML 转换器。..." , new DocSaveOptions(), Path. Combine (OutputDir, "convert-with-single-line...DOCX using C# 2 3 // Prepare a path to a source HTML file 4 string...

    docs.aspose.com/html/zh/net/convert-html-to-docx/