Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 47,740 for

font conversion

(0.11 sec)
  1. System throws Object reference not set to an in...

    Frutiger 45 Light not embedded 1.pdf (5.7 KB) Trying to Convert this file to PDFA3B format and system throws ExceptionMessage: Object reference not set to an instance of an object.; IsFileConverted: False; AsposeConv…...will try to get actually which font from the Machine ? I have made...has ftl_____.ttf font added in c:/Windows/Fonts and also registered...

    forum.aspose.com/t/system-throws-object-referen...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Excel File Format Soluton for End Users & Developers – Konversi Berkas Microsoft Excel melalui C#https://products.aspose.com/cells/id/net/Conversion/Recent content i......com/cells/id/net/conversion/Recent content in Konversi....aspose.com/cells/id/net/conversion/index.xml self application/rss+xml...

    products.aspose.com/cells/id/net/conversion/ind...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Excel File Format Soluton for End Users & Developers – تحويل ملف Microsoft Excel عبر C#https://products.aspose.com/cells/ar/net/Conversion/Recent content in تحويل مل......com/cells/ar/net/conversion/Recent content in تحويل ملف....aspose.com/cells/ar/net/conversion/index.xml self application/rss+xml...

    products.aspose.com/cells/ar/net/conversion/ind...
  4. Aspose.word version 22.5 convert space letter i...

    We use Aspose.Words to convert doc,docx file to PDF file. After upgrade to ver 22.5 (from 21.2), we find some space letters in docx file are converted to Unicode f020, which is not a standard encoding for the space lette…...Font.Name == "Symbol") { Console...Words 22.5 translate the Symbol font? Is it a way to set up the translation...

    forum.aspose.com/t/aspose-word-version-22-5-con...
  5. PdfASymbolicFontEncodingStrategy | Aspose.PDF f...

    This class describes rules which can be used to tune process of copying encoding data for cases when TrueType symbolic Font has more than one encoding. Some PDF documents after Conversion into PDF/A format could give an error More than one encoding in symbolic TrueType Fonts cmap. What is a reason of this error All TrueType symbolic Fonts have special table cmap in its internal data. This table maps character codes to glyph indices. And this table could contain different encoding subtables which describe encodings used. See advanced info about cmap tables at https//developer.apple.com/Fonts/TrueType-Reference-Manual/RM06/Chap6cmap.html. Usually cmap table contains several encoding subtables but PDF/A standard requires that either only one encoding subtable must be left for this Font in PDF/A document or there must be a 30 encoding subtable among this Font subtables. And key question here - what data must be taken from another subtables to copy into destination encoding table 30 Majority of Fonts have well-formed cmap tables where every encoding subtable is fully consistent with another subtable. But some Fonts have cmap tables with collisions - where for example one subtable has glyph index 100 for unicode 100 but another subtable has glyph index 200 for the same unicode 100. To solve this problems special strategy needed. By default following strategy used mac subtable10 is looked for. If this table is found only this data used to fill destination table 30. If mac subtable is not found then all subtables except 30 are iterated and used to copy data into destination 30 subtable. Also mapping for every unicodeunicode glyph index is copied into destination table only if destination table does not have this unicode at current moment. So for example if first subtabe has glyph index 100 for unicode 100 and next subtable has glyph index 200 for the same unicode 100 only data from first subtable unicode100 glyph index 100 will be copied. So each previous subtable takes precedence over the next. Properties of this class PdfASymbolicFontEncodingStrategy./pdfasymbolicFontencodingstrategy help tune default behaviour. If property PreferredCmapEncodingTable./pdfasymbolicFontencodingstrategy/preferredcmapencodingtable of type CMapEncodingTableType./pdfasymbolicFontencodingstrategy.queueitem.cmapencodingtabletype is set then relevant subtable will be used in precedence to mac subtable10. Value MacTable from enumeration CMapEncodingTableType./pdfasymbolicFontencodingstrategy.queueitem.cmapencodingtabletype has no sense in this case cause it points on the same mac subtable 10 which will be used by default. Property CmapEncodingTablesPriorityQueue./pdfasymbolicFontencodingstrategy/cmapencodingtablespriorityqueue discards all priorities for any subtable. If this property is set then only subtables from declared queue will be used in specified order. If subtables specified are not found then default iteration of all subtables and copy strategy described above will be used. Object QueueItem./pdfasymbolicFontencodingstrategy.queueitem specifies encoding subtable used. This subtable can be set via combination of membersPlatformID PlatformSpecificId or via CMapEncodingTableType./pdfasymbolicFontencodingstrategy.queueitem.cmapencodingtabletype enumeration. In case when the Font has no 30 subtable some other subtable will be used to maintain the PDF/A compatibility. The choice of the subtable to use is made under the same rules as described earlier so that PreferredCmapEncodingTable./pdfasymbolicFontencodingstrategy/preferredcmapencodingtable and CmapEncodingTablesPriorityQueue./pdfasymbolicFontencodingstrategy/cmapencodingtablespriorityqueue properties are used to determine the resultant subtable and if the Font doesnt have the requested subtables either then any existant subtable will be used....cases when TrueType symbolic font has more than one encoding....Some PDF documents after conversion into PDF/A format could give...

    reference.aspose.com/pdf/net/aspose.pdf/pdfasym...
  6. Word Save to PDF the number of pages does not m...

    Good day, when I save a Word document to a PDF the number of pages does not match, some pages expand to two. If I save the document to a PDF in Word, everything is fine Thank you in advance. T....@benestom I have checked conversion on my side and noticed that...that Futura CEZ Medium font used in your document is not available...

    forum.aspose.com/t/word-save-to-pdf-the-number-...
  7. index.xml

    2.0 http://www.w3.org/2005/Atom Complete Set of File Format Automation Solutions – Android API によるドキュメント変換https://products.aspose.com/total/ja/android-java/Conversion/Recent content in Android API ......com/total/ja/android-java/conversion/Recent content in Android...com/total/ja/android-java/conversion/index.xml self application/rss+xml...

    products.aspose.com/total/ja/android-java/conve...
  8. Text is extra bold when converted from PDF to P...

    Hi, When converting a PDF to PPTX, bold text in the PDF becomes extra bold in the PPTX. This issue also exists in the DOC export as reported in DOCX bold issue. Code: var fileName = "HRA"; try (Document document = new…...because the font used is Bold. Then when the conversion happened...Aspose.Slides to change the font to one that is not bold. Following...

    forum.aspose.com/t/text-is-extra-bold-when-conv...
  9. Aspose.PDF for .NET 20.11 Release Notes|Aspose....

    This page contains new Aspose.PDF for .NET features, enhancement, and bug fixes in 2020, version 20.11....PDF to XML and XML to PDF conversion New Feature PDFNET-48724...Bug PDFNET-48252 Problem with font replacement Bug PDFNET-48477...

    docs.aspose.com/pdf/net/aspose-pdf-for-net-20-1...
  10. Convert Excel file to PDF format compatible wit...

    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....format of PDF that embeds all fonts used in the document within...features, such as font linking (as opposed to font embedding) and...

    docs.aspose.com/cells/java/convert-excel-file-t...