Sort Score
Result 10 results
Languages All
Labels All
Results 8,251 - 8,260 of 97,410 for

object

(0.12 sec)
  1. How to Find and Replace Text in PDF using C#

    This quick tutorial contains information on how to find and replace text in PDF using C#. It helps in changing PDF text using C# with the help of a few API calls without using any third-party tool or software being installed....class object Using the TextFragmentAbsorber class object, set...

    kb.aspose.com/pdf/net/how-to-find-and-replace-t...
  2. Add Bates Numbers to PDF using Python

    Follow this article to add Bates numbers to PDF using Python. It has details to set the IDE, a list of steps, and a sample code for adding Bates stamp to PDF using Python....file into the Document class object Define the Bates numbering...digit count Create a TextStamp object from the above string Set the...

    kb.aspose.com/pdf/python/add-bates-numbers-to-p...
  3. How to Apply Conditional Formatting in Excel Ba...

    This article guides on how to apply conditional formatting in Excel based on cell value using Python. It has the IDE settings and steps along with a sample code to create conditional formatting in Excel using Python....and set it to the formatting object Add condition for the conditional...conditional formatting object by setting the FormatConditionType...

    kb.aspose.com/cells/python/how-to-apply-conditi...
  4. 通過 C# 將 USDZ 轉換為 DXF | products.aspose.com

    使用 .NET API 轉換 USDZ 和其他 3D 文件...Format) USDZ TO OBJ (Wavefront 3D Object File) USDZ TO PDF (Portable...a data element for a given object type. DXF makes it possible...

    products.aspose.com/3d/zh-hant/net/conversion/u...
  5. Advanced Features|Aspose.PDF for .NET

    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....document into MemoryStream object after generating it and pass...that MemoryStream to Response object. Doing this will make the browser...

    docs.aspose.com/pdf/net/advanced-features/
  6. Document.UpdateFields | Aspose.Words for .NET

    Revamp your document with the UpdateFields method—efficiently refresh all field values for enhanced accuracy and seamless editing....// Create a UserInformation object and set it as the data source...properties of the UserInformation object that we have created above...

    reference.aspose.com/words/net/aspose.words/doc...
  7. | Aspose

    Sample code for WBMP to JSON Java conversion. Use API example code for batch WBMP files to JSON conversion within any Web or Desktop Java based application....File Format JSON (JavaScript Object Notation) is an open standard...Language) JSON (JavaScript Object Notation)...

    products.aspose.com/ocr/java/conversion/wbmp-to...
  8. How to extract text from PDF | Aspose.PDF

    Do you know how easily extract text from PDF using C#? Extract text from PDF with high quality using .NET PDF library....Document Create TextAbsorber object to extract text Accept the...pdf" ); // Create TextAbsorber object to extract text TextAbsorber...

    products.aspose.com/pdf/tutorial/extract-text/
  9. Image recognition settings|Documentation

    Configuring Aspose.OCR for Java recognition engine for extracting text from images....of the RecognitionSettings object. These settings are applicable...content provided as OcrInput object . Example The following code...

    docs.aspose.com/ocr/java/recognition-settings-c...
  10. Extract text from PDF in C++ | Aspose.PDF

    Simple demo source code to extract text from PDF file on any platform with C++ language.... Create TextAbsorber object to extract text. Accept the...infilename ); // Create TextAbsorber object to extract text auto textAbsorber...

    products.aspose.com/pdf/cpp/parser/text/