Sort Score
Result 10 results
Languages All
Labels All
Results 8,681 - 8,690 of 120,399 for

http

(0.09 sec)
  1. Change SVG Background Color – C# Examples with ...

    Learn how to change SVG background color in C# with Aspose.SVG – by modifying the SVG directly, using inline and internal CSS, and using JavaScript.... CreateElementNS ( "http://www.w3.org/2000/svg" , "rect"...URL 4 string SvgNamespace = "http://www.w3.org/2000/svg" ; 5 6...

    docs.aspose.com/svg/net/change-svg-background-c...
  2. Connecting to SMTP Server|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....)) Connecting to Server via HTTP Proxy Server The code sample...below demonstrates the use of an HTTP proxy to send an email via an...

    docs.aspose.com/email/python-net/connecting-to-...
  3. Generating mhtml file from url in c# - Free Sup...

    Hi all I have a quick question. I see that aspose.cells provides a method that we can generate mhtml file from html file but is it possible to use direct url (Http and Https)? Basically I want to create an mhtml file d…...possible to use direct url (http and https)? Basically I want to create...new Aspose.Html.HTMLDocument("https://www.google.com")) { // Initialize...

    forum.aspose.com/t/generating-mhtml-file-from-u...
  4. SVG Gradients – SVG Code and C# Examples from A...

    Learn how to create SVG gradients in XML code and walk through C# examples of implementing SVG gradients using the Aspose.SVG for .NET API.... Copy 1 < svg xmlns = "http://www.w3.org/2000/svg" > 2 <...Url 4 string SvgNamespace = "http://www.w3.org/2000/svg" ; 5 6...

    docs.aspose.com/svg/net/svg-gradients/
  5. Drop Shadow – SVG Filters – Aspose.SVG for .NET

    Learn how to write SVG code and create a drop shadow effect using Aspose.SVG for .NET API and apply the drop shadow effect to SVG shapes and text...."200" width = "200" xmlns = "http://www.w3.org/2000/svg" > 2 <..."200" width = "200" xmlns = "http://www.w3.org/2000/svg" > 2 <...

    docs.aspose.com/svg/net/drop-shadow/
  6. NodeList Class | Aspose.Words for .NET

    Explore the Aspose.Words.NodeList class, your go-to solution for efficiently managing XPath query results and enhancing document processing capabilities....private const string NewUrl = @"http://www.aspose.com" ; private...looks something like "HYPERLINK "http:\\www.myurl.com"", but it can...

    reference.aspose.com/words/net/aspose.words/nod...
  7. Working with GZip Archives in C# | Aspose.Zip f...

    C# gzip API lets you work with creating and managing GZip archives in your applications without the need of any other 3rd party applications and provides various methods to perform operations on archives....//Writes compressed data to http response stream. 2 var ms =...

    docs.aspose.com/zip/net/working-with-gzip-archi...
  8. Add XML namespace in XMP metadata of EPS |Java

    The process of adding XML namespace in XMP metadata of EPS with Aspose.Page for Java is explained and illustrated with the code snippets here....registerNamespaceURI ( "tmp" , "http://www.some.org/schema/tmp#"...

    docs.aspose.com/page/java/xmp-metadata/add-name...
  9. What's new 2022|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2022.... TimestampSettings ( "http://freetsa.org/tsr" , string...

    docs.aspose.com/pdf/net/whatsnew/2022/
  10. Get Watermark text from pdf - Free Support Foru...

    Hi, I’m tiring to get watermark text from pdf. The document is watermarked with the following code: var document = new Aspose.Pdf.Document(filename); var wmFontSize = ws.FontSize; var wmText = ws.Text; var lines = wm…...RegisterNamespaceUri("xmp", "http://ns.adobe.com/xap/1.0/"); document...

    forum.aspose.com/t/get-watermark-text-from-pdf/...