Sort Score
Result 10 results
Languages All
Labels All
Results 8,331 - 8,340 of 223,108 for

new

(1.14 sec)
  1. WarningSource Enum | Aspose.Words for .NET

    Discover the Aspose.Words.WarningSource enum, identifying warning sources during document loading and saving for enhanced document management.... Document doc = new Document ( MyDir + "Emphases...WarningInfoCollectio warnings = new WarningInfoCollectio (); doc...

    reference.aspose.com/words/net/aspose.words/war...
  2. Extract Tables from HTML – C# code

    Extract tables from HTML programmatically using the Aspose.HTML C# library. Optimize your data collection and analysis!...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/html/net/extract-html-table/
  3. C# Microsoft Project Files Conversion | .NET | ...

    Convert Microsoft Project MPP MPT MPX to PDF HTML Excel and Images JPG PNG BMP TIFF with few lines of C# code via .NET library....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    products.aspose.com/tasks/net/conversion/
  4. XamlFixedSaveOptions.ResourcesFolder | Aspose.W...

    Discover how the XamlFixedSaveOptions ResourcesFolder property enhances document exports by defining where images and fonts are stored in Xaml format....ResourceFolder () { Document doc = new Document ( MyDir + "Rendering...ResourceUriPrinter callback = new ResourceUriPrinter (); // Create...

    reference.aspose.com/words/net/aspose.words.sav...
  5. TIF to PDFA conversion using Aspose JAVA API is...

    Hi Team, When I try to convert a multi-page TIFF file to PDF/A using Aspose Java code, the input TIFF file size is 174 KB, but the generated PDF/A file size is 441 KB. The output file is almost four times larger than th…...Exception { License pdfLicense = new License(); pdfLicense.setLic...load(inputFile)) { PdfOptions options = new PdfOptions(); image.save(tempPdf...

    forum.aspose.com/t/tif-to-pdfa-conversion-using...
  6. Extract and Save an Attachment|Aspose.PDF for Java

    Aspose.PDF for Java allows you to get all attachments from a PDF document. Also, you can get an individual attachment from your document....document Document pdfDocument = new Document ( _dataDir + "input...getContents (); File file = new File ( fileSpecification . getName...

    docs.aspose.com/pdf/java/extract-and-save-an-at...
  7. Add different figures to XPS files | .NET

    .NET API Solution to create and manipulate vector graphics shapes and text strings in a few lines of code. Add different figures to an XPS file....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    products.aspose.com/page/net/manipulate-vector-...
  8. Using shortcuts for string formatting - Free Su...

    We use this to format a date in the merged field {{NoticeDate\@ "MM/dd/yyyy"}} on the MS Word template. Wanted to know if there is such a shortcut to format the incoming string (EM9879999222) in a particular pattern as E…...template and code: Document doc = new Document(@"C:\Temp\in.docx");...FieldMergingCallback = new CustomFormatter(); doc.MailMerge.Execute(new string[]...

    forum.aspose.com/t/using-shortcuts-for-string-f...
  9. Protecting and Unprotecting Workbooks|Documenta...

    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....hidden, unhidden, or renamed, and new worksheets can’t be inserted...Excel . Application excelApp = new Excel . ApplicationClass ();...

    docs.aspose.com/cells/net/protecting-and-unprot...
  10. Paragraph.GetText | Aspose.Words for .NET

    Discover the Paragraph GetText method to effortlessly retrieve text, including paragraph endings, enhancing your text processing efficiency.... Document doc = new Document (); // An empty document...FirstParagraph ; Run paragraphText = new Run ( doc , "Initial text. "...

    reference.aspose.com/words/net/aspose.words/par...