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

dictionary

(0.07 sec)
  1. NullReferenceException with SaveFormat.Html5 (O...

    I’ve attached a PowerPoint file we ran into that causes the following error when attempting to use the HTML5 save format. DLLs only from Downloads ---New Releases-aspose.slides-for-.net-25.8(dlls-only) on at least macO…...Slide , Boolean , Int32 , Dictionary`2 , Boolean , Boolean ) at...

    forum.aspose.com/t/nullreferenceexception-with-...
  2. MappedDataFieldCollection Class | Aspose.Words ...

    Discover Aspose.Words.MailMerging.MappedDataFieldCollection for seamless mapping of data source fields to mail merge fields, enhancing document automation....GetEnumerator () Returns a dictionary enumerator object that can...

    reference.aspose.com/words/net/aspose.words.mai...
  3. Aspose Hyperlink not working with 2012 server -...

    We are having the Aspose.pdf version 8.8.0.0. and it worked fine until it was running in 2003 server. Recently we migrated to 2012 server and after that the pdf documents are not getting hyperlinked at all; even though t…...// Create links for each dictionary entry. foreach (Page p in...

    forum.aspose.com/t/aspose-hyperlink-not-working...
  4. 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...
  5. 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...
  6. 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-...
  7. Weird behaviour regarding Paragraphs - Free Sup...

    Are you able to suggest why paragraphs imported using Document Library is sometimes split into multiple Run instead of just 1? image.png (15.0 KB) Business Case and Benefits of Product should be 1 Run, but it is being …...id, Paragraph paragraph, Dictionary<string,string> headerToId)...

    forum.aspose.com/t/weird-behaviour-regarding-pa...
  8. 提取图像和签名信息|Aspose.PDF for .NET

    您可以使用 C# 的 SignatureField 类从签名字段提取图像并提取签名信息。... XForms Dictionary<int, XForm> 一个字典,键为页码,值为签名后被修改的...一个字典,键为页码,值为签名后被修改的 XForm 对象。 Annotations Dictionary<int, Annotation> 一个批注字典,...

    docs.aspose.com/pdf/zh/net/extract-image-and-si...
  9. Aspose.CAD를 사용할 때 monochrome.ctb 설정 - Free Supp...

    안녕하세요 현재 Aspose.CAD for .NET(버전 25.7.0)을 사용하여 CAD 도면을 PDF 파일로 변환하고 있습니다. 제 목표는 'monochrome.ctb’플롯 스타일을 적용하여 출력이 흑백으로 표시되고 원래의 레이어 기반 선가중치가 올바르게 유지되도록 하는 것입니다. 몇 가지 질문이 있는데 Aspose.CAD는 현재 내보내기 중에 실제 ‘monochrome.ctb’ …...= false, CtbSources = new Dictionary<string, Stream>() { { ctbFile...rasterizationOptions.CtbSources = new Dictionary<string, Stream>() { { "monochrome...

    forum.aspose.com/t/aspose-cad-monochrome-ctb/31...
  10. Word转pdf,报错 - Free Support Forum - aspose.com

    使用最新版本25.7、25.8,word转pdf,报错,错误信息: error: addition of a duplicate key to a Dictionary 同样的文档,使用20.2版本,word转pdf正常。需要分析一下原因。 测试文件: 123.docx (550.1 KB) 代码: Document doc = new Document(“doc to pdf.docx”); doc.save(“doc …...addition of a duplicate key to a dictionary 同样的文档,使用20.2版本,word转pdf正常。需要分析一下原因。...

    forum.aspose.com/t/word-pdf/316940