Sort Score
Result 10 results
Languages All
Labels All
Results 2,321 - 2,330 of 61,548 for

path

(0.32 sec)
  1. How to add Freetext Annotation using .NET | Asp...

    Add Freetext annotations programmatically in PDF with C# sample code on .NET Framework, .NET Core, and PHP, VBScript, C++ via COM Interop.... Path . Combine ( _dataDir , "sample...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_free_text...

    products.aspose.com/pdf/net/annotation/freetext...
  2. How to add Link Annotation using .NET | Aspose.PDF

    Add Link annotations programmatically in PDF with C# sample code on .NET Framework, .NET Core, and PHP, VBScript, C++ via COM Interop.... Path . Combine ( _dataDir , "sample...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_link...

    products.aspose.com/pdf/net/annotation/link/add/
  3. Add Text Stamp to PDF using C# | Aspose.PDF

    Add text stamp to PDF file programmatically with C# sample code using Aspose.PDF for .NET....with Python var inputFile = Path . Combine ( dataDir , "sample..."sample.pdf" ); var outputFile = Path . Combine ( dataDir , "AddTextStamp_out...

    products.aspose.com/pdf/net/stamps/text/
  4. How to Detect a File Format and Check if the Fi...

    Learn how to detect a file's format and check if it is encrypted using Aspose.Cells with C++....file format (using the file path) and check its extension. You...Startup (); // Source directory path U16String srcDir ( u ".. \\...

    docs.aspose.com/cells/cpp/how-to-detect-a-file-...
  5. ResourceSavingArgs.ResourceFileName | Aspose.Wo...

    Manage your resources efficiently with ResourceSavingArgs. Easily set or retrieve the file name for saving resources without the hassle of Paths....sets the file name (without path) where the resource will be...without the path. Aspose.Words determines the path for saving...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Extract Attachments from PDF using C# | Aspose.PDF

    Extract Attachments from PDF on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....Size}" ); } } var inputFile = Path . Combine ( dataDir , "GetAlltheAttachments...fileSpecification ); var outputFilePath = Path . Combine ( dataDir , fileSpecification...

    products.aspose.com/pdf/net/attachments/extract/
  7. Set External Links in Formulas with C++|Documen...

    Learn how to include links to external files in formulas using Aspose.Cells with C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/set-external-links-in...
  8. Verify Signature in PDF File|Aspose.PDF for .NET

    This section explains how to verify signature in PDF File using PdfFileSignature class....void IsPdfSigned () { // The path to the documents directory var...IsPdfSignedWithGiven () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/verify-signature-in-pdf/
  9. Converting a XML file to TIFF using C# | Aspose...

    Sample code for XML‑to‑TIFF conversion in .NET. Use the API example code for batch XML‑to‑TIFF conversion within VB.NET, ASP.NET, or any .NET‑based application....with page index & output file path as parameters Save the output...TIFF Output file: var xmlFile = Path . Combine ( dataDir , "xml-to-pdf...

    products.aspose.com/pdf/net/conversion/xml-to-t...
  10. Crop PDF using Python | Aspose.PDF

    Crop PDF without losing quality in Python programmatically with C# sample code using Aspose.PDF for Python for .NET...updated document to the new path using the Save() method. If...apdf from os import path path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/crop/