Sort Score
Result 10 results
Languages All
Labels All
Results 6,811 - 6,820 of 16,791 for

true type

(0.36 sec)
  1. Merge ZIP files to one TAR.Z archive via C#

    Source code for merge ZIP files to one TAR.Z archive via C#. Use API example code for combine ZIP files to a single TAR.Z within VB.NET Asp.NET or any .NET based application....Delete(true); Free App to Merge ZIP Check...manipulate various archive types without without going into the...

    products.aspose.com/zip/net/merger/zip-to-tarz/
  2. Merge TAR files to one TAR.BZ2 archive via C#

    Source code for merge TAR files to one TAR.BZ2 archive via C#. Use API example code for combine TAR files to a single TAR.BZ2 within VB.NET Asp.NET or any .NET based application....Delete(true); Free App to Merge TAR Check...manipulate various archive types without without going into the...

    products.aspose.com/zip/net/merger/tar-to-tarbz2/
  3. Merge TAR.XZ files to one TAR.LZ archive via C#

    Source code for merge TAR.XZ files to one TAR.LZ archive via C#. Use API example code for combine TAR.XZ files to a single TAR.LZ within VB.NET Asp.NET or any .NET based application....Delete(true); Free App to Merge TAR.XZ Check...manipulate various archive types without without going into the...

    products.aspose.com/zip/net/merger/tarxz-to-tarlz/
  4. Merge TAR.LZ files to one ZIP archive via C#

    Source code for merge TAR.LZ files to one ZIP archive via C#. Use API example code for combine TAR.LZ files to a single ZIP within VB.NET Asp.NET or any .NET based application....Delete(true); Free App to Merge TAR.LZ Check...manipulate various archive types without without going into the...

    products.aspose.com/zip/net/merger/tarlz-to-zip/
  5. Merge ZIP files to one TAR.LZ archive via C#

    Source code for merge ZIP files to one TAR.LZ archive via C#. Use API example code for combine ZIP files to a single TAR.LZ within VB.NET Asp.NET or any .NET based application....Delete(true); Free App to Merge ZIP Check...manipulate various archive types without without going into the...

    products.aspose.com/zip/net/merger/zip-to-tarlz/
  6. Special Barcode Reading Cases|Documentation

    This article explains how barcode recognition can be optimized in terms of accuracy and speed in case of various distortions...window is not supported for 2D types. Median Filtering for Postal...filtering for postal barcode types can be performed using the ...

    docs.aspose.com/barcode/python-net/special-barc...
  7. Create New PST, Add Sub-folders and Messages|Do...

    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.... Html , true ); Create PersonalStorage based...where messages of different types (appointments, messages, etc...

    docs.aspose.com/email/java/create-new-pst-add-s...
  8. 在 Python 中将 MHTML 转换为 JPG – Aspose.HTML for Pyt...

    使用 Aspose.HTML Python 库将 MHTML 转换为 JPG。在即用型 Python 示例中考虑支持的 MHTML 转换为 JPG 的情况。...makedirs (output_dir, exist_ok = True) 13 14 document_path = os. path...media_type . SCREEN 25 options. text . use_hinting = True 26 27...

    docs.aspose.com/html/zh/python-net/convert-mhtm...
  9. Using Aspose.Words to save docx template to PDF...

    Hello Aspose Team, I’d like some technical input concerning my Aspose.Words instances slowing down over time. What are we doing: We’re using Aspose.Words to generate a PDF from a .docx template. This is done in a Dot…...you with it but because of the type of data it handles, we would...FolderFontSource("/usr/share/fonts", true); fontSources.Add(folderFontSource);...

    forum.aspose.com/t/using-aspose-words-to-save-d...
  10. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: string desPath = Path.Combine(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...Type == FieldType.FieldTOC) { FieldToc...toc.BookmarkName; } if (field.Type.Equals(Aspose.Words.Fields.FieldType...

    forum.aspose.com/t/word/316558