Sort Score
Result 10 results
Languages All
Labels All
Results 4,291 - 4,300 of 60,990 for

path

(0.13 sec)
  1. Working with XFA Forms|Aspose.PDF for .NET

    Aspose.PDF for .NET API lets you work with XFA and XFA Acroform fields in a PDF document. The Aspose.Pdf.Facades....void FillXFAFields () { // The path to the documents directory var...ConvertDynamicXFAToA () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/xfa-forms/
  2. 在表格或列表对象中自动传播公式,以便在输入新行数据时自动更新,使用 C++|Documenta...

    学习如何在表格或列表对象中自动传播公式,当输入新数据时,使用 Aspose.Cells for C++。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/propagate-formula-...
  3. Add Bookmark to PDF using C# | Aspose.PDF

    Add bookmark to PDF programmatically with C# sample code using Aspose.PDF for .NET... Document ( Path . Combine ( dataDir , "AddBookmark...pdfOutline ); var outputFile = Path . Combine ( dataDir , "AddBookmark_out...

    products.aspose.com/pdf/net/bookmarks/
  4. Manipulate Page Properties|Aspose.PDF for .NET

    This section explains how to manipulate Page Properties with Aspose.PDF Facades using PdfPageEditor Class....GetPdfPageProperties () { // The path to the documents directory var...SetPdfPageProperties () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/manipulate-page-propert...
  5. Convert Word Form Fields to PDF Form fields - F...

    Hi, If I have a word document with Form Fields, then how can I convert the document to PDF document with PDF Form Fields. Currently if I do doc.Save() with target file extension as PDF, it just converts the word to PDF …...Document doc = new Document("path/to/your/WordDocWithFormField...document as a PDF doc.Save("path/to/your/OutputPDFWithFormFie...

    forum.aspose.com/t/convert-word-form-fields-to-...
  6. Convert ICS to MHTML via C# | products.aspose.com

    Sample code for ICS to MHTML C# conversion. Use API example code for batch ICS files to MHTML conversion within VB.NET, Asp.NET or any .NET based application.... Pass the output file path with MHTML file extension. MHTML...will be saved at the specified path. System Requirements Before...

    products.aspose.com/email/net/conversion/ics-to...
  7. Convert ICS to OFT via C# | products.aspose.com

    Sample code for ICS to OFT C# conversion. Use API example code for batch ICS files to OFT conversion within VB.NET, Asp.NET or any .NET based application.... Pass the output file path with OFT file extension. OFT...will be saved at the specified path. System Requirements Before...

    products.aspose.com/email/net/conversion/ics-to...
  8. Extract text from PDF in C# | Aspose.PDF

    C# source code to extract text from PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....Output file: var inputFile = Path . Combine ( dataDir , "ExtractTextAll..."ExtractTextAll.pdf" ); var outputFile = Path . Combine ( dataDir , "ExtractedText...

    products.aspose.com/pdf/net/parser/text/
  9. Convert ICS to OST via C# | products.aspose.com

    Sample code for ICS to OST C# conversion. Use API example code for batch ICS files to OST conversion within VB.NET, Asp.NET or any .NET based application....OST file Pass the output file path with OST file extension. Call...will be saved at the specified path. System Requirements Before...

    products.aspose.com/email/net/conversion/ics-to...
  10. Extract Paragraph from PDF|Aspose.PDF for C++

    This article describes how to use ParagraphAbsorber - a special tool in Aspose.PDF to extract text from PDF documents....ExtractParagraph () { // The path to the documents directory....std :: endl ; // String for path name String _dataDir ( "C: \\...

    docs.aspose.com/pdf/cpp/extract-paragraph-from-...