Sort Score
Result 10 results
Languages All
Labels All
Results 4,931 - 4,940 of 214,357 for

new

(0.14 sec)
  1. Save DICOM file|Aspose.Medical for .NET 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.... DicomFile dicomFile = new (); // Define the output file...Dicom . DicomFile dicomFile = new (); // Define the output file...

    docs.aspose.com/medical/net/developer-guide/sav...
  2. Page Setup - Fit to Page Setting|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 object Workbook workbook = new Workbook (); // Accessing the...Java Workbook wb = new XSSFWorkbook (); //or new HSSFWorkbook();...

    docs.aspose.com/cells/java/page-setup-fit-to-pa...
  3. Handling Task Constraints | Aspose.Tasks Docume...

    Learn how to define and manage task constraints in Microsoft Project and programmatically with Aspose.Tasks for .NET. Includes C# code examples for common constraint types....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/handling-task-constra...
  4. Convert JPG to EPS using Java API Solution

    JPG to EPS conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/convert/jpg-to-eps/
  5. Setting Default Text Encoding in Email Message|...

    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...."data/" ; MailMessage msg = new MailMessage (); // Set the default...subject and body msg . setFrom ( new MailAddress ( "dmo@domain.com"...

    docs.aspose.com/email/java/setting-default-text...
  6. PdfEncryptionDetails Class | Aspose.Words for .NET

    Discover Aspose.Words.PdfEncryptionDetails for secure PDF encryption and customizable access permissions, ensuring your documents remain protected....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PdfEncryptionDetails encryptionDetails = new PdfEncryptionDetails ( "password"...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 删除 PDF 页面|Aspose.PDF for .NET

    本节解释如何使用 PdfFileEditor 类通过 Aspose.PDF Facades 删除 PDF 页面。...PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...to delete var pagesToDelete = new int [] { 1 , 2 }; // Delete pages...

    docs.aspose.com/pdf/zh/net/delete-pdf-pages/
  8. Გადაიყვანეთ Გამოსახულება HTML C#

    გადაიყვანეთ Გამოსახულება HTML C# ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც HTML C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.png"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/ima...
  9. Trailer not found al intentar cargar un pdf - F...

    Hola, Estoy intentando firmar un pdf ya creado con ASPOSE.Pdf versión 25.10.0 pero cuando intento cargar el fichero con un objeto Document o con PdfFileSignature.BindPdf me da el error Aspose.Pdf.InvalidPdfFileFormatExc…...siguiente: PdfFileSignature pdfSign = new PdfFileSignature(); // Bind al...Certificado PFX PKCS7 pkcs7 = new PKCS7(RutaCertificado, Password);...

    forum.aspose.com/t/trailer-not-found-al-intenta...
  10. Font Settings with C++|Documentation

    Aspose.Cells is a C++ 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....Create a new workbook Workbook workbook ; // Add a new worksheet..."Times New Roman" style . GetFont (). SetName ( u "Times New Roman"...

    docs.aspose.com/cells/cpp/cells-font-settings/