Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 3,527 for

text layer

(0.1 sec)
  1. kml Viewer API in C#

    Develop a kml viewer with an API designed specifically for net / C# developers....library are: Combine several layers on one map image. Apply styles...Draw labels and text. Apply styles for text and auto-detect places...

    products.aspose.com/gis/net/viewer/kml
  2. | Aspose

    Sample code for DJVU to XLS Java conversion. Use API example code for batch DJVU files to XLS conversion within any Web or Desktop Java based application....documents containing recognized text. To add it to your project,...(); //Prepare rectangles with texts. ArrayList rectArray = new ArrayList...

    products.aspose.com/ocr/java/conversion/djvu-to...
  3. | Aspose

    Sample code for DJVU to XLS Java conversion. Use API example code for batch DJVU files to XLS conversion within any Web or Desktop Java based application....documents containing recognized text. To add it to your project,...which contain the combination of text, drawings, images and photographs...

    products.aspose.com/ocr/cpp/conversion/djvu-to-...
  4. Conversion to PDF/A and PDF/UA|Aspose.Words for...

    Convert to PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using C#. Choose the best PDF standard to convert a document using C#....support of transparency and layer effects or embedding of OpenType...edit text language in Microsoft Word How to change text language...

    docs.aspose.com/words/net/learn-features-of-con...
  5. | Aspose

    Sample code for DJVU to DOC Java conversion. Use API example code for batch DJVU files to DOC conversion within any Web or Desktop Java based application....documents containing recognized text. To add it to your project,...which contain the combination of text, drawings, images and photographs...

    products.aspose.com/ocr/cpp/conversion/djvu-to-...
  6. Conversion to PDF/A and PDF/UA|Aspose.Words for...

    Convert to PDF/A-1, PDF/A-2, PDF/A-4 and PDF/UA using Python. Choose the best PDF standard to convert a document using Python via .NET....support of transparency and layer effects or embedding of OpenType...edit text language in Microsoft Word How to change text language...

    docs.aspose.com/words/python-net/learn-features...
  7. Convert DJVU to XLSX via C# | Aspose

    Sample code for DJVU to XLSX C# conversion. Use API example code for batch DJVU files to XLSX conversion within VB.NET, Asp.NET or any .NET based application....recognition on DJVU document and save text as DJVU document using Aspose...documents containing recognized text. To add it to your project,...

    products.aspose.com/ocr/net/conversion/djvu-to-...
  8. Convert JPG to Searchable PDF via C# | Aspose

    Sample code for JPG to Searchable PDF C# conversion. Use API example code for batch JPG files to Searchable PDF conversion within VB.NET, Asp.NET or any .NET based application....recognition on JPG document and save text as JPG document using Aspose...documents containing recognized text. To add it to your project,...

    products.aspose.com/ocr/net/conversion/jpg-to-s...
  9. Convert PNG to Searchable PDF via C# | Aspose

    Sample code for PNG to Searchable PDF C# conversion. Use API example code for batch PNG files to Searchable PDF conversion within VB.NET, Asp.NET or any .NET based application....recognition on PNG document and save text as PNG document using Aspose...documents containing recognized text. To add it to your project,...

    products.aspose.com/ocr/net/conversion/png-to-s...
  10. Dwg转dwg图纸效果和原图不一样问题 - Free Support Forum - aspo...

    1.png (5.5 KB) 2.png (6.5 KB) 图1为原始的dwg,图2为转换后的dwg 并且数字30.78和46.3原来是线条,后面变成了粗体。 下面是我的代码: License license = new License(); license.setLicense("Aspose.CAD.Java.lic"); LoadOptions loadOptions = new LoadOptions(); load…...size; i++) { CadLayerTable layer = (CadLayerTable) cadImage.getLayers()...getLayers().get_Item(i); layer.setLineWeight((short) 0); } DwgOptions...

    forum.aspose.com/t/dwg-dwg/314402