Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 30,738 for

tag

(0.44 sec)
  1. Convert images TIF to CANVAS via C# | products....

    Sample code for TIF to CANVAS C# image conversion. Use API example code for batch TIF files to CANVAS conversion within VB.NET, Asp.NET or any .NET based application....elements are represented by tags such as img, a, p and several...several others where each tag has start and end. It can also embed...

    products.aspose.com/imaging/net/conversion/tif-...
  2. TIF to HTML Images Conversion with Python | pro...

    How to use Python for TIF to HTML images and photos conversion on desktop and web applications....elements are represented by tags such as img, a, p and several...several others where each tag has start and end. It can also embed...

    products.aspose.com/imaging/python-net/conversi...
  3. Working with PDF/A or PDF/UA|Aspose.Words for N...

    Convert to PDF/A-1, PDF/A-2, PDF/A-3, PDF/A-4, and PDF/UA using Node.js. There are a few problems when converting to PDF/A documents, and Aspose.Words for Node.js solves them....be checked or changed in the "Tags" pane: Marking the Content as...marked-content sequence or a Span tag – it is controlled by the exportLanguageToSpan...

    docs.aspose.com/words/nodejs-net/working-with-p...
  4. View and Update POTM Properties Online or Updat...

    View and modify POTM properties through online app for free. C# .NET API code to update POTM properties....potm ) Tag reusable macro-driven templates...

    products.aspose.com/total/net/metadata/potm/
  5. How to Run Aspose.CAD Docker image in Azure Fun...

    Run Aspose.CAD Docker image in Azure Function....version of SDK is specified as a tag. After, you may need to install...

    docs.aspose.com/cad/net/how-to-run-aspose-cad-d...
  6. Online Word Text Search Application or Develop ...

    Free online app to search in Word files. Java code for any Word file text search application....AI-Powered Classification : Auto-tag documents by discovered topics...

    products.aspose.com/total/java/search/word/
  7. Online ODS Text Search Application or Develop O...

    Free online app to search in ODS files. Java code for any ODS file text search application....Classification : Classify and tag data intelligently. Enterprise...

    products.aspose.com/total/java/search/ods/
  8. 2 issues when loading jpg and saving as another...

    Hello Try to convert this jpg to tiff, 2 issues: Image Exif and Xmp data will not be saved in the resulting Tiff. Result image is rotated! Original image is not! Thanks. Tested when saving as Tiff and Png, happened…...should not remove the orientation tag. Am I missing something? Thanks...

    forum.aspose.com/t/2-issues-when-loading-jpg-an...
  9. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...types of fields, or when field tag is invalid (there are cases that...

    forum.aspose.com/t/alternative-way-to-extract-a...
  10. Tif to jpg - Free Support Forum - aspose.com

    感谢您的查看和帮助! Tif转JPG,属性里面有下面的属性,我不希望有这些数据,如何删除? 分辨率单位:2 颜色表示:sRGB 我在 tiffFrame.Save(jpgFilePath, jpgOptions);后加了一个RemoveSpecificMetadata方法用来删除分辨率单位:2、颜色表示:sRGB可以实现需求,但是文件流保存了两次,影响性能,是否可以在 tiffFrame.Save(jpgFilePath, jp…...移除分辨率单位 (Resolution Unit: 2) - Tag ID: 0x0128 jpgOptions.ExifData...移除颜色空间 (Color Space: sRGB) - Tag ID: 0xA001 jpgOptions.ExifData...

    forum.aspose.com/t/tif-to-jpg/324175