Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 792 for

raw text

(0.56 sec)
  1. PsdImage | Aspose.PSD for Java API Reference

    Defines the PsdImage class that provides the ability to load edit save PSD files as well as update properties add watermarks perform graphics operations or convert one file format to another....export to Pdf with selectable text Constructors Constructor Description...addTextLayer(String text, Rectangle rect) Adds a new Text layer. addThresholdAdjustme()...

    reference.aspose.com/psd/java/com.aspose.psd.fi...
  2. Aspose.PSD for .NET 21.8 - Release Notes|Docume...

    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....ZipWithPrediction Feature PSDNET-663 The text spacing is incorrect in generated...Usage examples: PSDNET-663. The text spacing is incorrect in generated...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-8...
  3. Range.normalize_field_types method | Aspose.Wor...

    Range.normalize_field_types method. Changes field type values [FieldChar.field_type](../../../aspose.words.fields/fieldchar/field_type/) of [FieldStart](../../../aspose.words.fields/fieldstart/), [FieldSeparator](../../../aspose.words.fields/fieldseparator/), [FieldEnd](../../../aspose.words.fields/fieldend/) in this range so that they correspond to the field types contained in the field codes....type ) # Manually change the raw text of the field, which determines...determines the field code. field_text = doc . first_section . body...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Convert DNG to HTML via Java | products.aspose.com

    Sample code for DNG to HTML Java conversion. Use API example code for batch DNG files to HTML conversion within any Web or Desktop Java based application....format used for the storage of raw files. It has been developed...significantly. In order to manipulate raw data from digital cameras with...

    products.aspose.com/imaging/java/conversion/dng...
  5. Table not found in World Doc - Free Support For...

    Hello Team , We are facing recently in production table is not found in Document doc object , below code we are using for finding table , It was working properly , suddenly it stop working , Can you please help on prio…...Text.Contains(tagKey)) { if (regex...(regex.IsMatch(table.Range.Text)) return table; } } return null;...

    forum.aspose.com/t/table-not-found-in-world-doc...
  6. Convert DNG to SVG via Java | products.aspose.com

    Sample code for DNG to SVG Java conversion. Use API example code for batch DNG files to SVG conversion within any Web or Desktop Java based application....format used for the storage of raw files. It has been developed...significantly. In order to manipulate raw data from digital cameras with...

    products.aspose.com/imaging/java/conversion/dng...
  7. Range.NormalizeFieldTypes | Aspose.Words for .NET

    Transform field types with the NormalizeFieldTypes method. Ensure FieldStart, FieldSeparator, and FieldEnd align with specified field codes for seamless data handling....)); // Manually change the raw text of the field, which determines...Run , true )[ 0 ]; fieldText . Text = "PAGE" ; // Changing the field...

    reference.aspose.com/words/net/aspose.words/ran...
  8. Document.NormalizeFieldTypes | Aspose.Words for...

    Optimize your document with the NormalizeFieldTypes method, ensuring all field type values align with field codes for enhanced consistency and accuracy....)); // Manually change the raw text of the field, which determines...Run , true )[ 0 ]; fieldText . Text = "PAGE" ; // Changing the field...

    reference.aspose.com/words/net/aspose.words/doc...
  9. Using shortcuts for string formatting - Free Su...

    We use this to format a date in the merged field {{NoticeDate\@ "MM/dd/yyyy"}} on the MS Word template. Wanted to know if there is such a shortcut to format the incoming string (EM9879999222) in a particular pattern as E…... For plain‑text MERGEFIELDs the supported switches...automation code to transform the raw value into the required pattern...

    forum.aspose.com/t/using-shortcuts-for-string-f...
  10. How to Read PDF Content in Python

    This article guides on how to read PDF content in Python. It provides all the details to write the program and a sample runnable code to read PDF file in Python....NET to read PDF text Load the source PDF file using...TextAbsorber object to extract text from the PDF Call the accept()...

    kb.aspose.com/pdf/python/how-to-read-pdf-conten...