Sort Score
Result 10 results
Languages All
Labels All
Results 1,851 - 1,860 of 213,057 for

new

(0.53 sec)
  1. Font Settings with JavaScript via C++|Documenta...

    Aspose.Cells is a JavaScript library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....Instantiate a new Workbook object const workbook = new Workbook ();...(); // Adding a new worksheet to the Excel object const i = workbook...

    docs.aspose.com/cells/javascript-cpp/cells-font...
  2. PDF Forms. Manage via C# | Aspose.PDF

    Manage PDF Forms programmatically with C# sample code using Aspose.PDF for .NET....Acroforms in C# Create or add new fields to Acroform Extract data..."sample_out.pdf" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...

    products.aspose.com/pdf/net/acroforms/
  3. PdfDigitalSignatureDetails.Reason | Aspose.Word...

    Discover the PdfDigitalSignatureDetails Reason property to easily manage and customize your document signing reasons for enhanced security and compliance....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Configure...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Extracting raw text from PDF file|Aspose.PDF fo...

    This article describes various ways to extract text from PDF documents using Aspose.PDF for Java. From entire pages, from a specific part, based on columns, etc.... Document pdfDocument = new com . aspose . pdf . Document...TextAbsorber textAbsorber = new com . aspose . pdf . TextAbsorber...

    docs.aspose.com/pdf/java/extract-text-from-all-...
  5. AsposeWordsPrintDocument | Aspose.Words for .NET

    Discover the Aspose.Words PrintDocument constructor to easily create and manage document printing in your applications. Boost productivity with seamless integration!...AsposeWordsPrintDocu constructor Initializes a new instance of this class. public...print preview. Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.ren...
  6. Working with Transparency in PostScript | .NET

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/ps/working-with-transp...
  7. WebExtension | Aspose.Words for Java

    Represents a web extension object in Java.... Document doc = new Document(); // Create task pane...TaskPane myScriptTaskPane = new TaskPane(); doc.getWebExtensionTaskP()...

    reference.aspose.com/words/java/com.aspose.word...
  8. WebExtensionReference | Aspose.Words for Java

    Represents the reference to a web extension in Java.... Document doc = new Document(); // Create task pane...TaskPane myScriptTaskPane = new TaskPane(); doc.getWebExtensionTaskP()...

    reference.aspose.com/words/java/com.aspose.word...
  9. PageLayoutCallbackArgs.PageIndex | Aspose.Words...

    Discover the PageIndex property of PageLayoutCallbackArgs, which provides the 0-based index of the related document page. Get accurate page tracking and reflow insights!...PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...; DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.lay...
  10. Convert Document to Other Formats|Aspose.Words ...

    Convert a document from one format to another and fast instead of using Apache POI in Java.... Document doc = new Document ( dataDir + "document...WordToHtmlUtils . loadDoc ( new FileInputStream ( dataDir + "document...

    docs.aspose.com/words/java/convert-document-to-...