Discover Aspose.Words.PclSaveOptions to enhance your document saving with customizable features for PCL format. Optimize your workflow today!...ExportGeneratorName { get; set; } When true , causes the name and version...produced files. Default value is true . FallbackFontName { get; set;...
aspose.words.saving.PclSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.PCL](../../aspose.words/saveformat/#PCL) format...) export_generator_name When True , causes the name and version...produced files. Default value is True . (Inherited from SaveOptions...
We are using below code to insert hyper link after every paragraph . But once the document is converted to pdf, hyper link isnt working.
foreach (Paragraph paragraph in doc.GetChildNodes(NodeType.Paragraph, True))
{
…...Paragraph, true)) { int index; if (paragraph...GetChildNodes(NodeType.Paragraph, true).IndexOf(paragraph); builder...
Manage dates effortlessly with the FieldPrintDate UseLunarCalendar property. Easily toggle between Hijri and Hebrew Lunar calendars for seamless integration....are three different calendar types according to which the PRINTDATE...field . UseLunarCalendar , Is . True ); Assert . That ( field . Result...
Manage your dates effortlessly with FieldPrintDate's UseUmAlQuraCalendar feature. Easily toggle the UmalQura calendar for seamless date handling....are three different calendar types according to which the PRINTDATE...field . UseLunarCalendar , Is . True ); Assert . That ( field . Result...
Hi,
I am trying to compare two documents could be pdf-pdf, pdf-docx, docx-docx.
Docx-Docx comparison works well as it gives revisions which is helpful when I am trying to highlight my document.
PDF-PDF comparison and …...setRecognizeBullets(true); // keep real lists saveOptions...multi-column docs // saveOptions.setIm(true); // Save the PDF as a DOCX...