Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 804 for

dictionary

(0.31 sec)
  1. Table Format disturb while copying excel worksh...

    Hello Team , We are facing format issue , while replacing Table Data from excel worksheet to the Word documents , if table is big for format getting disturb , can you please provide solution or code sample which help us…...wordBase64, string excelBase64, Dictionary<string, object> tags) { byte[]...

    forum.aspose.com/t/table-format-disturb-while-c...
  2. Modifying Images|Documentation

    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....compression is based on a “dictionary” of strings of pixels seen...Normal encoder searches the dictionary for the longest string of...

    docs.aspose.com/imaging/net/modifying-images/
  3. PdfFormat A4 not fully supported? - Free Suppor...

    Hi, I use the convert API in Apose.PDF for Java to convert a PDF into various conformance levels. When I use any level except A4 then everything works. e.g. when I execute this method: pdfDocument.convert(os, PdfForm…...Convertable="True">The trailErrorIncorectSy dictionary does not contain 'ID'</P...The trailErrorIncorectSy dictionary does not contain ‘ID’ Metadata...

    forum.aspose.com/t/pdfformat-a4-not-fully-suppo...
  4. Import and Export Form Data|Aspose.PDF for Pyth...

    This section explains how to import and Export Form Data.... Initialize an empty dictionary to store form field data... Serialize the form data dictionary to a JSON string with 4-space...

    docs.aspose.com/pdf/python-net/import-export-fo...
  5. Issue with text placeholders in table cells whe...

    I am facing an issue when converting DOCX files to PDF using Aspose.Words for .NET and later filling custom tags in the PDF using Aspose.PDF.Drawing. We use a custom tagging format in the DOCX files: #REG_DATUMS# #RE…...document, string json) { Dictionary<string, object> values =...JsonConvert.DeserializeObject<Dictionary<string, object>>(json); }...

    forum.aspose.com/t/issue-with-text-placeholders...
  6. Performance issues replacing text - Free Suppor...

    Hello. We are trying to replace some text in a couple of PDF files but operations over TextFragment objects take a considerable amount of time - almost 10 times more than with similar documents. These files have been sav…...replace them with values from a dictionary of data. The tokens include...

    forum.aspose.com/t/performance-issues-replacing...
  7. Finding Node (no paragraph) page index - Free S...

    How can I look for specific text and collect nodes, then get their pageIndex ? On the attached file I get the list of Nodes, then when I use layoutCollector.GetEntity → it returns null Thanks a lot in advance public s…...in advance public static Dictionary<HeaderFooter, List<Node>>...Dizionario footer -> lista nodi Dictionary<HeaderFooter, List<Node>>...

    forum.aspose.com/t/finding-node-no-paragraph-pa...
  8. Aspose::Words::DigitalSignatures::DigitalSignat...

    Aspose::Words::DigitalSignatures::DigitalSignatureCollection class. Provides a read-only collection of digital signatures attached to a document. To learn more, visit the documentation article in C++....GetEnumerator () override Returns a dictionary enumerator object that can...

    reference.aspose.com/words/cpp/aspose.words.dig...
  9. Extract Table Data from HTML – C# code

    Learn how to extract data from html table using the Aspose.HTML library in C#. Optimize your data collection and analysis!...Any()) { var result = new List<Dictionary< string , string >>(); //var...//test row var data = new Dictionary< string , string >(); data[...

    products.aspose.com/html/net/extract-data-from-...
  10. In DotNet, how can I add a flag to an `XImage` ...

    Hi there! I’m working with an existing PDF file and need to add a flag or marker to one of its images so that I can easily locate it later, when the PDF is modified. I tried renaming the image, but that ended up throwi…...a marker to its Metadata dictionary, but unfortunately, it doesn’t...

    forum.aspose.com/t/in-dotnet-how-can-i-add-a-fl...