Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 164,423 for

new

(0.07 sec)
  1. 使用Python替换PDF中的文本|Aspose.PDF for Python via .NET

    了解通过Aspose.PDF for Python via .NET库替换和删除文本的多种方法。... Document pdf = new Aspose . PDF . Document ( "c...TextFragmentAbsorber TextFragmentAbsorber = new Aspose . PDF . Text . TextFragmentAbsorber...

    docs.aspose.com/pdf/zh/python-net/replace-text-...
  2. Custom PowerPoint Font in Java|Aspose.Slides Do...

    PowerPoint custom fonts in Java...seek fonts String [] folders = new String [] { externalFontsDir...rendering Presentation pres = new Presentation ( "DefaultFonts...

    docs.aspose.com/slides/androidjava/custom-font/
  3. GradientStopCollection Class | Aspose.Words for...

    Explore the Aspose.Words.Drawing.GradientStopCollection class, featuring a robust collection of customizable GradientStop objects for enhanced document design....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Transparency = 0.25 ; // Add new gradient stop to the end of collection...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Superscript and Subscript|Aspose.Slides Documen...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....existing Paragraphs Create a new paragraph object for holding...of the ITextFrame. Create a new portion object Set Escapement...

    docs.aspose.com/slides/cpp/superscript-and-subs...
  5. Import Export data from document|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Workbook workbook = new Workbook (); //Adding a new worksheet to the...string values string [] names = new string [] { "laurence chen" ...

    docs.aspose.com/cells/net/import-export-data-fr...
  6. Pdf Compliace PDF/A and PDF/UA - Free Support F...

    I’m setting the PDF compliance to PDF_A_4_UA_2 but the generated document doesn’t appear to be compliant with any PDF/A standard....(ByteArrayOutputStrea pdfStream = new ByteArrayOutputStrea()) { PdfSaveOptions...PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); pdfSaveOptions...

    forum.aspose.com/t/pdf-compliace-pdf-a-and-pdf-...
  7. HtmlVersion | Aspose.Words for Java

    Indicates the version of HTML is used when saving the document to SaveFormat.HTML and SaveFormat.MHTML formats in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);..."); HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.HTML);...

    reference.aspose.com/words/java/com.aspose.word...
  8. CsvDataSource class | Aspose.Words for Python

    aspose.words.reporting.CsvDataSource class. Provides access to data of a CSV file or stream to be used within a report...CsvDataSource(csv_path) Creates a new data source with data from a...CsvDataSource(csv_path, options) Creates a new data source with data from a...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Adding Attachments and HTML Text to Outlook Msg...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Application objOutlook = new Outlook . Application (); //Create...MailMessage MailMessage msg = new MailMessage (); // Set properties...

    docs.aspose.com/email/net/adding-attachments-an...
  10. Text alignment while converting to pdf - Free S...

    Dear Team, I am facing text alignment issue while converting dwg to pdf. I am using Aspose.Cad v24.10. Below is my c# code for the same Aspose.CAD.Image cadImage1 = Aspose.CAD.Image.Load(strTreePath) List validLayout…...Load(strTreePath) List validLayouts = new List(); var cadImageNew = (Aspose...pdfOptions = new PdfOptions { VectorRasterizationO = new CadRasterizationOpti...

    forum.aspose.com/t/text-alignment-while-convert...