Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 730 for

dictionary

(0.23 sec)
  1. 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...
  2. ReportBuilderContext.DataSources | Aspose.Words...

    Discover the DataSources property of ReportBuilderContext for seamless report creation with versatile data sources tailored to your needs.... public Dictionary < object , string > DataSources...

    reference.aspose.com/words/net/aspose.words.low...
  3. 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...
  4. Latest Aspose.HTML Product Family topics - Free...

    Get technical support of Aspose.HTML for .NET and Java....key already exists in the dictionary-> mhtml to jpg conversion...

    forum.aspose.com/c/html/29
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. Words ,How to obtain data for each paragraph an...

    How to obtain data for each paragraph and line? I want to check if the first word at the beginning and the first word at the end of each line of data are the words I want. If they are, I will set the background color...#region 记录每个段落 var bkMap = new Dictionary<Paragraph, (BookmarkStart...LayoutEnumerator(doc); // Dictionary to store lines: Y position...

    forum.aspose.com/t/words-how-to-obtain-data-for...
  10. Unable to extract javaScript actions from PDF -...

    Hi There, We were able to retrieve the JavaScript from a PDF using the code snippet below, and it used to work perfectly. However, recently we encountered an issue: when processing multiple files together, their PDF con…...named JavaScripts (JavaScript dictionary) if (pdf.JavaScript != null...JavaScript.Keys) { // The dictionary stores the script as a plain...

    forum.aspose.com/t/unable-to-extract-javascript...