Sort Score
Result 10 results
Languages All
Labels All
Results 3,831 - 3,840 of 223,114 for

new

(1.48 sec)
  1. 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...
  2. 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-...
  3. ImportFormatOptions.AppendDocumentWithNewPage |...

    Control document merging by forcing imported sections to start on a New page when appending documents in Aspose.Words....Document dstDoc = new Document (); Document srcDoc = new Document ();...ImportFormatOptions options = new ImportFormatOptions { AppendDocumentWithNe...

    reference.aspose.com/words/net/aspose.words/imp...
  4. Gmail Utility Features|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....try { Calendar newCalendar = new Calendar ( "summary" , null ...( calendarId ); // Create a new appointment and Calculate appointment...

    docs.aspose.com/email/java/gmail-utility-features/
  5. PdfSaveOptions.CacheBackgroundGraphics | Aspose...

    Discover the PdfSaveOptions CacheBackgroundGraphics property to optimize document graphics caching, enhancing your PDF creation and performance.... Document doc = new Document ( MyDir + "Background...PdfSaveOptions saveOptions = new PdfSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  6. 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-...
  7. Change Password of PDF File|Aspose.PDF for Java

    Learn how to change the password of a PDF file for enhanced security using Aspose.PDF in Java....existing owner password and new user and owner passwords to the...{ PdfFileInfo pdfFileInfo = new PdfFileInfo ( _dataDir + "sample_encrypted...

    docs.aspose.com/pdf/java/change-password/
  8. Concatenate PDF Files in PHP|Aspose.PDF for Java

    Learn how to concatenate multiple PDF files into a single document in PHP using Aspose.PDF for easier document management....the target document $pdf1 = new Document ( $dataDir . 'input1...the source document $pdf2 = new Document ( $dataDir . 'input2...

    docs.aspose.com/pdf/java/concatenate-pdf-files-...
  9. Document.Compliance | Aspose.Words for .NET

    Ensure your OOXML documents meet compliance standards effortlessly. Our tool analyzes content to verify OOXML compliance, enhancing document integrity....; } Remarks If you created a new blank document or load non OOXML...Microsoft Word. Document doc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Set permissions for a PDF document using Rust|A...

    Set permissions for a PDF document with Aspose.PDF for Rust via C++....permissions for a PDF document A new PDF document is created and protected...restrictions applied. Create a new PDF document. Call set_permissions...

    docs.aspose.com/pdf/rust-cpp/set_permissions/