Sort Score
Result 10 results
Languages All
Labels All
Results 3,261 - 3,270 of 33,989 for

list

(0.17 sec)
  1. Bookmark Replacement Problem – Nested Bookmark ...

    Hello Team, I have two documents, and I am using a bookmark-replacement logic. I’m facing an issue where a bookmark gets removed if two bookmarks exist at the same location in the document. The inner bookmark named BOOK…...= new DocumentBuilder(dst); List<Bookmark> bookmakrs = dst.Range...Name]; if (srcBookmark != null) { List<Node> extractedNodes = ExtractContentHelper...

    forum.aspose.com/t/bookmark-replacement-problem...
  2. Section Class | Aspose.Words for .NET

    Discover the Aspose.Words.Section class, your key to managing individual document sections effortlessly. Enhance your document editing experience today!...specified node to the end of the list of child nodes for this node...node to the beginning of the list of child nodes for this node...

    reference.aspose.com/words/net/aspose.words/sec...
  3. Issue with custom fonts converting from word to...

    We have an issue converting a word document to pdf with a custom font. I’ve tried several ways to setup the custom fonts, but so far it always failed. here is my code: string[] fontFolders = FontsLoader.GetFontFolder…...FontSettings(); List<FontSourceBase> fontSources = new List<FontSour...

    forum.aspose.com/t/issue-with-custom-fonts-conv...
  4. Відкриття та редагування PSB-файлу | products.a...

    Відкрийте та редагуйте файл PSB за допомогою онлайн-редактора...Repository Check the following list of documentation links: Зразки...the Paid Support Customers. List of Aspose.PSD versions for different...

    products.aspose.com/psd/ua/editor/psb/
  5. Read Outlook PST Files in Node.js via .NET | pr...

    Read PST Files Open PST Files & Extract Email Data in Node.js Open and read PST files in JavaScript, accessing emails......getSubfolder( "Inbox" ); // List messages in the PST const messages...PST file. Access its folders. List messages in it. Save the file...

    products.aspose.com/email/nodejs-net/reading-ps...
  6. CertificateHolder Class | Aspose.Words for .NET

    Discover the Aspose.Words.DigitalSignatures.CertificateHolder class, your key to managing X509Certificate2 instances for secure digital signatures....jpg" ; mSignees = new List < Signee > { new Signee ( Guid...signImagePath )) }; } private static List < Signee > mSignees ; See Also...

    reference.aspose.com/words/net/aspose.words.dig...
  7. Aspose::Words::Markup::SmartTag class | Aspose....

    Aspose::Words::Markup::SmartTag class. This element specifies the presence of a smart tag around one or more inline structures (runs, images, fields,etc.) within a paragraph. To learn more, visit the documentation article in C++....(const System::String&) Selects a list of nodes matching the XPath...SmartTag node. The complete list of child nodes that can occur...

    reference.aspose.com/words/cpp/aspose.words.mar...
  8. Lost ParagraphFormat When Split Words in C# - F...

    Hi, I’m trying to split some Words documents by heading. But the output files seem like losting ParagraphFormat . How can I keep the same formating with the sourced document. Thanks. Test Info Using SDK: Aspose.Word…...KeepSourceNumbering = true; List<Document> docParts = new List<Document>();...

    forum.aspose.com/t/lost-paragraphformat-when-sp...
  9. Generic GDI error on PDF to TIFF conversion - F...

    I have a generic GDI exception on a vector PDF, I attach it, my code is: Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document(streamInput); bool IsLandscape = IsPageLandscape(pdfDocument.Pages.First()); var book…...DEBUG); List<MemoryStream> pdf_streams = new List<MemoryStream>();...

    forum.aspose.com/t/generic-gdi-error-on-pdf-to-...
  10. About sum function using in aspose word templat...

    Hi Team, How to add sum () or convert below expression in aspose word template using LINQ report engine. =CInt(Sum(Fields!NominalFrequency.Value)).ToString()...NET object list that includes the NominalFrequency...object (XML, JSON, CSV, or a .NET list) passed to ReportingEngine.BuildReport...

    forum.aspose.com/t/about-sum-function-using-in-...