Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 213,512 for

new

(0.1 sec)
  1. FieldUpdatingProgressArgs.UpdateCompleted | Asp...

    Discover the FieldUpdatingProgressArgs UpdateCompleted property, which efficiently indicates if field updates are finished, enhancing your data management process....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldUpdatingCallbac callback = new FieldUpdatingCallbac (); doc...

    reference.aspose.com/words/net/aspose.words.fie...
  2. TabStopCollection.count property | Aspose.Words...

    TabStopCollection.count property. Gets the number of tab stops in the collection....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...add ( new aw . TabStop ( 72.0 )); tabStops . add ( new aw . TabStop...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Read Barcode Properties and Metadata|Documentation

    This article describes how to read barcode parameters and encoded metadata... let generator = new BarcodeGenerator ( EncodeTypes...( "test.png" ); let reader = new BarCodeReader ( "test.png" ,...

    docs.aspose.com/barcode/nodejsjava/read-barcode...
  4. Scaling down an XFA pdf file - Free Support For...

    Hello My client has the need to scale down an existing XFA pdf file and then add a "text" at the bottom of the page. I was wondering if aspose.pdf would be able to handle someting like this (scaling down a file). Thanks …... MemoryStream ms = new MemoryStream(); // Create PdfFileEditor...Object PdfFileEditor fileEditor = new PdfFileEditor(); // Open PDF...

    forum.aspose.com/t/scaling-down-an-xfa-pdf-file...
  5. Customize Presentation Shapes in JavaScript|Asp...

    Create and customize shapes in PowerPoint presentations with JavaScript and Aspose.Slides for Node.js: geometry paths, curved corners, composite shapes....curvature for a corner or point add new points to the square manipulate...to change a shape or create a new shape from an existing shape...

    docs.aspose.com/slides/nodejs-java/custom-shape/
  6. Help with Bookmark Replacement Issues in Docume...

    Hello Team, I’m using the following code to replace bookmark content from one document with content from another: public void ReplaceBookmarks(string sourceDocPath, string targetDocPath, string outputDocPath) { Doc…...src = new Document(sourceDocPath); Document dst = new Document(targetDocPath);...; DocumentBuilder builder = new DocumentBuilder(dst); List<Bookmark>...

    forum.aspose.com/t/help-with-bookmark-replaceme...
  7. Font not found when trying to save pdf document...

    We are evaluating Aspose.Pdf (.NET) product and the following problem prevents us from buying a license. When building pdf document using regular console application, or windows service - document is generated without an…...ApplicationException: The embedded font ‘Times New Roman’ is not found. Make sure...ApplicationException: Font ‘Times New Roman’ not found. Please make...

    forum.aspose.com/t/font-not-found-when-trying-t...
  8. Loading the image throws an error 'Image loadin...

    I have a tif file which is to be converted to pdf file. To load the image, i tried passing tif file as the documentStream in => skbitmap = SKBitmap.Decode(documentStream); //the value of skbitmap becoming Null. second…...pdfOptions = new PdfOptions() { ResolutionSettings = new ResolutionSetting(image...Create a new Document Aspose.Pdf.Document pdfDocument = new Aspose...

    forum.aspose.com/t/loading-the-image-throws-an-...
  9. Copy and Move Worksheets Within and Between Wor...

    Learn how to copy and move worksheets within and between workbooks using Aspose.Cells for Node.js via C++. Efficiently manage your workbook structures....this example, we created two new workbooks in Microsoft Excel...development environment. Create a new console application. Add references:...

    docs.aspose.com/cells/nodejs-cpp/copy-and-move-...
  10. Generate Swiss Post Parcel Barcodes in JavaScri...

    Description of Swiss Post Parcel Barcode Type...original identifier var gen = new BarCodeInstance . BarcodeGenerator...current barcode value var reader = new BarCodeInstance . BarCodeReader...

    docs.aspose.com/barcode/javascript-cpp/swiss-po...