Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 806 for

dictionary

(0.17 sec)
  1. In tables, when a table header is too long and ...

    Table Header issue.docx (45.7 KB)...Hyphenation Dictionary : Use a hyphenation dictionary for the desired...// Register a hyphenation dictionary for the desired language...

    forum.aspose.com/t/in-tables-when-a-table-heade...
  2. Aspose.Words hyphenation PDF Output differs fro...

    Hello, if we convert the attached Input Word File to PDF using german Hyphenation Dictionary, the output PDF differs from the PDF which we export as PDF directly with Microsoft Word. How can we ensure that the output P…...using german Hyphenation dictionary, the output PDF differs from...registering the hyphenation dictionary correctly, but there are...

    forum.aspose.com/t/aspose-words-hyphenation-pdf...
  3. Open PSD, PSB and AI files and export them to P...

    Example PSD, PSB and AI file export to other formats... Next, we define a dictionary formats that maps file extensions...iterate through the formats dictionary. For each format, specify...

    docs.aspose.com/psd/python-net/open-export-psd-...
  4. ImageFieldMergingArgs.Image | Aspose.Words for ...

    Discover how to use ImageFieldMergingArgs to seamlessly insert images into your documents for a polished mail merge experience....<summary> /// Contains a dictionary that maps names of images...data source uses one of the dictionary's names to refer to an image...

    reference.aspose.com/words/net/aspose.words.mai...
  5. Issue with outputting sequential data (differen...

    I have an issue with outputting sequential data from an array with different items (each item has a different set of fields). I attached an archive with the template, JSON, log, and code. support.zip (12.1 KB)...using a dynamic type or a dictionary to represent each item, allowing...new List<Dictionary<string, object>> { new Dictionary<string,...

    forum.aspose.com/t/issue-with-outputting-sequen...
  6. Working with PDF File Metadata in C#|Aspose.PDF...

    Explore how to extract and manage PDF metadata, such as author and title, in .NET using Aspose.PDF. Includes PDF 2.0 support....certain fields in the Info Dictionary are deprecated: Title Author...ModDate remain in the Info Dictionary for PDF 2.0 documents. All...

    docs.aspose.com/pdf/net/pdf-file-metadata/
  7. I want the entities that are stored in the view...

    using Aspose.CAD; using Aspose.CAD.FileFormats.Cad.CadObjects; using System.Collections.Generic; public class FetchEntitiesInViewport { public static void Run(string fileName) { using (CadImage cadImage …...Load(fileName)) { Dictionary<long, string> layoutBlockHandles...layoutBlockHandles = new Dictionary<long, string>(); // Iterate through...

    forum.aspose.com/t/i-want-the-entities-that-are...
  8. GlossaryDocument.AcceptEnd | Aspose.Words for .NET

    Discover the GlossaryDocument AcceptEnd method, which efficiently manages visitor access to the end of your glossary. Enhance user experience today!...GUID-building block pairs in a dictionary. /// </summary> public class...() { mBlocksByGuid = new Dictionary < Guid , BuildingBlock >();...

    reference.aspose.com/words/net/aspose.words.bui...
  9. GlossaryDocument.BuildingBlocks | Aspose.Words ...

    Discover the BuildingBlocks property in GlossaryDocument, offering a typed collection of all glossary entries for enhanced organization and easy access....GUID-building block pairs in a dictionary. /// </summary> public class...() { mBlocksByGuid = new Dictionary < Guid , BuildingBlock >();...

    reference.aspose.com/words/net/aspose.words.bui...
  10. Extract AcroForm - Extract Form Data from PDF i...

    Extract form from your PDF document with Aspose.PDF for Python library. Get value from an individual field of PDF file....path_infile ) # Initialize an empty dictionary to store form values form_values...form field and store in the dictionary form_values [ formField ]...

    docs.aspose.com/pdf/python-net/extract-form/