Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 17,706 for

pdf table

(0.09 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Извлечение таблиц в Pdf-документах с помощью Pythonhttps://products.aspose.com/Pdf/ru/python-net/Table/extract/Recent content in Извлечение таблиц в ......Documentation – Извлечение таблиц в PDF-документах с помощью Pythonhttps://products...Pythonhttps://products.aspose.com/pdf/ru/python-net/table/extract/Recent content...

    products.aspose.com/pdf/ru/python-net/table/ext...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Προσθήκη πινάκων σε έγγραφα Pdf μέσω του Pythonhttps://products.aspose.com/Pdf/el/python-net/Table/add/Recent content in Προσθήκη πινάκων σε έγγραφα ......έγγραφα PDF μέσω του Pythonhttps://products.aspose.com/pdf/el/p...com/pdf/el/python-net/table/add/Recent content in Προσθήκη πινάκων σε έγγραφα...

    products.aspose.com/pdf/el/python-net/table/add...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Извличане на таблици в Pdf документи чрез C++https://products.aspose.com/Pdf/bg/cpp/Table/extract/Recent content in Извличане на таблици в Pdf докуме......таблици в PDF документи чрез C++https://products.aspose.com/pdf/bg/...com/pdf/bg/cpp/table/extract/Recent content in Извличане на таблици в PDF...

    products.aspose.com/pdf/bg/cpp/table/extract/in...
  4. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Dodaj tabele w dokumentach Pdf za pośrednictwem C#https://products.aspose.com/Pdf/pl/net/Table/add/Recent content in Dodaj tabele w dokumentach Pdf z......dokumentach PDF za pośrednictwem C#https://products.aspose.com/pdf/pl...com/pdf/pl/net/table/add/Recent content in Dodaj tabele w dokumentach PDF...

    products.aspose.com/pdf/pl/net/table/add/index.xml
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Usuń tabele w dokumentach Pdf za pośrednictwem Pythonhttps://products.aspose.com/Pdf/pl/python-net/Table/remove/Recent content in Usuń tabele w dokum......– Usuń tabele w dokumentach PDF za pośrednictwem Pythonhttps://products...Pythonhttps://products.aspose.com/pdf/pl/python-net/table/remove/Recent content...

    products.aspose.com/pdf/pl/python-net/table/rem...
  6. Aspose.Words for C++ 23.4 Release Notes|Documen...

    Aspose.Words for C++ 23.4 Release Notes – the latest updates and fixes....ability to set distance between table and surrounding text. Provided...whether run is ruby text Floating table margins setters Provide access...

    docs.aspose.com/words/cpp/aspose-words-for-cpp-...
  7. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – C++ を介して Pdf ドキュメントにテーブルを追加https://products.aspose.com/Pdf/ja/cpp/Table/delete/Recent content in C++ を介して Pdf ドキュメントにテーブルを追加 on DocumentationHugo -- ......を介して PDF ドキュメントにテーブルを追加https://products.aspose.com/pdf/ja/cp...com/pdf/ja/cpp/table/delete/Recent content in C++ を介して PDF ドキュメントにテーブルを追加...

    products.aspose.com/pdf/ja/cpp/table/delete/ind...
  8. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – C++ を介して Pdf ドキュメントにテーブルを追加https://products.aspose.com/Pdf/ja/cpp/Table/add/Recent content in C++ を介して Pdf ドキュメントにテーブルを追加 on DocumentationHugo -- goh......を介して PDF ドキュメントにテーブルを追加https://products.aspose.com/pdf/ja/cpp/table/add/Recent...com/pdf/ja/cpp/table/add/Recent content in C++ を介して PDF ドキュメントにテーブルを追加 on...

    products.aspose.com/pdf/ja/cpp/table/add/index.xml
  9. How to make paragraph overflow onto the same pa...

    I have a Table that takes up less than half the page in width. When it reaches the bottom of the page, instead of creating a new page I’d like for it to continue on the same page to the right of the first “Table column”.…...PDF Product Family aspose-pdf-net canonmc November...8, 2024, 5:28pm 1 I have a table that takes up less than half...

    forum.aspose.com/t/how-to-make-paragraph-overfl...
  10. 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.... Some PDF documents after conversion into PDF/A format could...special table “cmap” in it’s internal data. This table maps character...

    reference.aspose.com/pdf/net/aspose.pdf/pdfasym...