Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 61,126 for

path

(0.07 sec)
  1. 从 PDF 中删除表单 C#|Aspose.PDF for .NET

    基于子类型/表单使用 Aspose.PDF for .NET 库删除文本。 从 PDF 中删除所有表单。...input , string output ) { // The path to the documents directory var...input , string output ) { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/remove-form/
  2. MHTML to GIF Converter using Python | Aspose.PDF

    Sample code on Python for MHTML to GIF conversion. Use example code for batch MHTML to GIF conversion with Python and .NET...pdf library, including FileIO, path classes.These libraries are...before proceeding. Specify the path to the input PDF file by joining...

    products.aspose.com/pdf/python-net/conversion/m...
  3. 使用 C# 从 AcroForm 提取数据|Aspose.PDF for .NET

    Aspose.PDF 使从 PDF 文件中提取表单字段数据变得简单。了解如何从 AcroForms 中提取数据并将其保存为 JSON、XML 或 FDF 格式。...ExtractFormFields () { // The path to the documents directory var...ExtractFormFieldsToJ () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/extract-data-from-ac...
  4. Flatten PDF – C# Examples – Aspose.HTML for .NET

    Learn what it means to flatten PDF and how to convert HTML to PDF and flatten a PDF file using FormFieldBehaviour property in Aspose.HTML for .NET....Prepare a path to an HTML source file 4 string sourcePath = Path. Combine...Prepare a path to the result file 17 string resultPath = Path. Combine...

    docs.aspose.com/html/net/flatten-pdf/
  5. PDF to SVG Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one SVG single file programmatically with C# sample code using Aspose.PDF for .NET...Output file: var inputFile1 = Path . Combine ( dataDir , "1.pdf"...pdf" ); var inputFile2 = Path . Combine ( dataDir , "2.pdf" );...

    products.aspose.com/pdf/net/merger/pdf-to-svg/
  6. PDF to HTML Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one HTML single file programmatically with C# sample code using Aspose.PDF for .NET...Output file: var inputFile1 = Path . Combine ( dataDir , "1.pdf"...pdf" ); var inputFile2 = Path . Combine ( dataDir , "2.pdf" );...

    products.aspose.com/pdf/net/merger/pdf-to-html/
  7. 外部乳胶软件包| 通过 .NET 为 Python 提供 Aspose.TeX

    python的Aspose.TeX API支持使用库本身中未包含的外部软件包的使用,例如Fancybox和PGFPLOTS软件包...y = InputFileSystemDirec( ' path - to - directory - where - fancybox...import Util 5 from os import path 6 ########## 7 ###### Class...

    docs.aspose.com/tex/zh/python-net/external-late...
  8. Add, Edit & Delete Annotation from VSD via Pyth...

    Python source code to annotate VSD file within any Python based application....and pass the file name (full path) and format (VSDX) as a parameter...add it to PATH environment variable, for example: PATH=C:\Program...

    products.aspose.com/diagram/python-java/annotat...
  9. FontSavingArgs Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.FontSavingArgs class—enhance document processing with detailed FontSaving event data for superior customization and control....sets the file name (without path) where the font will be saved... OriginalFileName . Split ( Path . DirectorySeparatorCh ). Last...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 用C++设置字体|Documentation

    Aspose.Cells是一个用于处理电子表格文件的C++库。它支持设置单元格的字体,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用Aspose.Cells库设置单元格字体。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/cells-font-settings/