Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 196,959 for

new

(0.14 sec)
  1. Range | Aspose.Words for Java

    Represents a contiguous area in a document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...string. toDocument() Constructs a new fully formed document that contains...

    reference.aspose.com/words/java/com.aspose.word...
  2. Public API Changes in Aspose.BarCode 6.8.0|Docu...

    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.... It includes not only new and updated public methods, but...to specify number of rows for new symbology DatabarExpandedStack...

    docs.aspose.com/barcode/java/public-api-changes...
  3. Set PDF Expiration in Python|Aspose.PDF for Pyt...

    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....var month=4;today = new Date();today = new Date(today.getFullYear()... today.getMonth());expiry = new Date(year, month);if (today.getTime()...

    docs.aspose.com/pdf/python-java/set-pdf-expirat...
  4. DocumentSavingArgs.EstimatedProgress | Aspose.W...

    Track your DocumentSavingArgs progress effortlessly with the EstimatedProgress property, providing real-time percentage updates for enhanced efficiency....string ext ) { Document doc = new Document ( MyDir + "Big document...HtmlSaveOptions saveOptions = new HtmlSaveOptions ( saveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose.CAD를 사용할 때 monochrome.ctb 설정 - Free Supp...

    안녕하세요 현재 Aspose.CAD for .NET(버전 25.7.0)을 사용하여 CAD 도면을 PDF 파일로 변환하고 있습니다. 제 목표는 'monochrome.ctb’플롯 스타일을 적용하여 출력이 흑백으로 표시되고 원래의 레이어 기반 선가중치가 올바르게 유지되도록 하는 것입니다. 몇 가지 질문이 있는데 Aspose.CAD는 현재 내보내기 중에 실제 ‘monochrome.ctb’ …...PDF options var pdfOptions = new CadRasterizationOpti { PlotStyle...cadImage.Save("output.pdf", new PdfOptions { VectorRasterizationO...

    forum.aspose.com/t/aspose-cad-monochrome-ctb/31...
  6. Transform XML using C# | Aspose.PDF

    Transform XML programmatically with C# sample code using Aspose.PDF for .NET...( xsltFile ); var options = new Aspose . Pdf . HtmlLoadOptions...Width = 420 ; var pdfDocument = new Aspose . Pdf . Document ( TransformXmltoHtml...

    products.aspose.com/pdf/net/transform-xml/
  7. Aspose.PSD for .NET 19.7 - Release Notes|Docume...

    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.... Save ( exportPathPng , new PngOptions () { ColorType = PngColorType...exportPathPsd , new PsdOptions ()); image . Save ( exportPathPng , new PngOptions...

    docs.aspose.com/psd/net/aspose-psd-for-net-19-7...
  8. Working With Fonts|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....Fonts C# Workbook workbook = new Workbook (); // Creating a Workbook...Setting the font name to "Times New Roman" Style style = cell . GetStyle...

    docs.aspose.com/cells/net/working-with-fonts/
  9. Manage Attachments in Email Message in Ruby|Doc...

    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....Message To Add Attachments to a New Email Message using Aspose.Email...__FILE__ )))) + '/data/' # Create a new instance of MailMessage class...

    docs.aspose.com/email/java/manage-attachments-i...
  10. Convert JPG To PDF C#

    Convert JPG to PDF format in C# code. Save JPG as PDF using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/net/conversion/jpg-to...