Sort Score
Result 10 results
Languages All
Labels All
Results 5,351 - 5,360 of 15,990 for

true type

(0.07 sec)
  1. PclSaveOptions Class | Aspose.Words for .NET

    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;...

    reference.aspose.com/words/net/aspose.words.sav...
  2. PclSaveOptions class | Aspose.Words for Python

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Add digital signature or digitally sign PDF in ...

    Digitally sign PDF documents, verify, or validate the digitally sign PDFs using Python.... sign ( 1 , True , drawing . Rectangle ( 300...file signature . sign ( 1 , True , drawing . Rectangle ( 300...

    docs.aspose.com/pdf/python-net/digitally-sign-p...
  4. Insert hyperlink doesnt work when doc is conver...

    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...

    forum.aspose.com/t/insert-hyperlink-doesnt-work...
  5. SignatureLine.signer_title property | Aspose.Wo...

    SignatureLine.signer_title property. Gets or sets suggested signer's title (for example, Manager)...allow_comments = True options . default_instructions = True options ...here' options . show_date = True options . signer = 'John Doe'...

    reference.aspose.com/words/python-net/aspose.wo...
  6. HtmlMetafileFormat Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.HtmlMetafileFormat enum for seamless metafile saving in HTML documents. Enhance your document conversion experience today!...HtmlLoadOptions { ConvertSvgToEmf = true }; Document doc = new Document...-aw-top-pos:0pt; -aw-wrap-type:inline\" />" + "</p>" ), Is . True ); break ;...

    reference.aspose.com/words/net/aspose.words.sav...
  7. IChartDataPoint.bubble_3d property | Aspose.Wor...

    IChartDataPoint.bubble_3d property. Specifies whether the bubbles in Bubble chart should have a 3-D effect applied to them.... insert_chart ( chart_type = aw . drawing . charts . ChartType...series [ 0 ] . has_data_labels = True chart . series [ 0 ] . data_labels...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldPrintDate.UseLunarCalendar | Aspose.Words ...

    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...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldPrintDate.UseUmAlQuraCalendar | Aspose.Wor...

    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...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Document comparison - Using Aspose library - Fr...

    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...

    forum.aspose.com/t/document-comparison-using-as...