Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 227,956 for

new

(0.69 sec)
  1. Access Mail Services using OAuth|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....requests ITokenProvider for a new access token when the previous...using ( SmtpClient client = new SmtpClient ( "smtp.gmail.com"...

    docs.aspose.com/email/net/access-mail-services-...
  2. Add Circle Object to PDF file|Aspose.PDF for Java

    This article explains how to create a circle object to your PDF using Aspose.PDF for Java....instance Document pdfDocument = new Document (); // Add page to pages...certain dimensions Graph graph = new Graph ( 400 , 200 ); // Set border...

    docs.aspose.com/pdf/java/add-circle/
  3. Error: Method not found: 'Void System.Drawing.G...

    Hi, I get below error for my PDF to image conversion code which executes on Windows IIS. Method not found: ‘Void System.Drawing.Graphics.Clear(System.Drawing.Color)’ I have tried using Aspose.PDF.Drawing Library. So t…...snippet is below var myPdf = new Aspose.Pdf.Document(ms); var...imgStream = new MemoryStream()) { var imgRes = new Aspose.Pdf...

    forum.aspose.com/t/error-method-not-found-void-...
  4. Manage Presentation Hyperlinks in .NET|Aspose.S...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for .NET—enhance interactivity and workflow in minutes....Presentation presentation = new Presentation ()) { IAutoShape...PortionFormat . HyperlinkClick = new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/net/manage-hyperlinks/
  5. Watermark Annotations using Java|Aspose.PDF for...

    Learn how to add, inspect, and delete watermark annotations in PDF documents using Aspose.PDF for Java....{ try ( Document document = new Document ( inputFile . toString...watermarkAnnotation = new WatermarkAnnotation ( page , new Rectangle (...

    docs.aspose.com/pdf/java/watermark-annotations/
  6. FindReplaceOptions.UseLegacyOrder | Aspose.Word...

    Discover the UseLegacyOrder property in FindReplaceOptions. Enable sequential text searches for better accuracy. Default is false. Optimize your text processing!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FindReplaceOptions options = new FindReplaceOptions (); // Assign...

    reference.aspose.com/words/net/aspose.words.rep...
  7. Content is still being sliced on the right when...

    public void generatePdfFromEmail(File inputFile, OutputStream outputStream, String filename, List<Long> pages) { try { MailMessage mailMessage; String extension = FilenameUtils.getExte…...try (InputStream msgInput = new FileInputStream(inputFile)) {...toMailMessage(new MailConversionOption()); } } else { throw new Runti...

    forum.aspose.com/t/content-is-still-being-slice...
  8. Shape | Aspose.Words for Java

    Represents an object in the drawing layer such as an AutoShape textbox freeform OLE object ActiveX control or picture in Java.... Document doc = new Document(getMyDir() + "Images...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose.PSD for .NET 23.10 - Release Notes|Docum...

    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...."692_Fonts" ; var fontFolders = new List < string >( FontSettings...psdImage . Save ( outputFile , new PngOptions () { ColorType = PngColorType...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-1...
  10. Doing a TextFragment Rotation in a Cell cant ge...

    Hello, I can’t seem to figure out text rotation and the alignment of the content within a cell. I have tried all permutation of Vertical and Horizontal alignment and I cant get the text centered when rotated 90. Testin…...License license = new Aspose.Pdf.License() { Embedded...lic"); var pdf = new Document(); var rotations = new double[] { 0...

    forum.aspose.com/t/doing-a-textfragment-rotatio...