 |
XRect
Inflate Method (XRect, Double, Double)
|
Creates a rectangle that results from expanding or shrinking the specified rectangle by the specified width and height amounts, in all directions.
Namespace: XsPDF.Drawing
Assembly: XsPDF (in XsPDF.dll) Version: 6.11.0.1333 (6.11.0.1333)
Syntax
public static XRect Inflate(
XRect rect,
double width,
double height
)
Public Shared Function Inflate (
rect As XRect,
width As Double,
height As Double
) As XRect
public:
static XRect Inflate(
XRect rect,
double width,
double height
)
static member Inflate :
rect : XRect *
width : float *
height : float -> XRect
Parameters
- rect
-
Type: XsPDF.Drawing
XRect
- width
-
Type: System
Double
- height
-
Type: System
Double
Return Value
Type:
XRect
See Also
-
-
CSharp .NET guide for scaning text content from PDF page What component should I use to display a PDF file in a Delphi 2009 application? EDIT: I have been using PDF Viewer by Synactis - a very nice free PDF Viewer But it has no Delphi 2009 support. So I need to designing it out of the product .
-
Tiff converted to text online demo Why not write new Iterator[Int] { } Edit: This is the style used by Programming in Scala (see sample chapter pdf) new RationalTrait { val numerArg = 1 * x val denomArg = 2 * x .
-
-
-
Sample for creating UPC-13 to PDF page There are various libraries for extracting text from PDF files. This is a little short of "searching" but that should be easy to do. For Ruby try PDF::Toolkit. For Python there's pyPdf: pdf = pyPdf.PdfFileReader(file(path, "rb")) content = pdf.getPage(1).extractText() .
-
Rotation PDF page using Visual Studio .NET framework and XsPDF Component I need to pre-produce a million or two PDF files from a simple template (a few pages and tables) with embedded fonts. Usually, I would stay low level in a case like this, and compose everything . , they always look rigth. For the ODT to PDF conversion, I'm using openoffice in server mode (and PyODConverter w/ named pipe), but it's not very reliable: in a batch of documents, there is eventually .
-
Sample code for reading picture from PDF page Keep in mind that this will only work for extracting text that is stored as such in the PDF. It won't OCR scanned PDFs. If you want to do that, there is the option of using Tesseract, Google's robust . and FOSS OCR engine. It compiles on the iPhone: see Nolan Brown's Tesseract-iPhone-Demo for a working example. The imaging library ImageMagic also compiles on the iPhone, and it will allow you to convert PDF to TIFF, which Tesseract accepts as input. .
-
-
Microsoft 100% Stacked Column diagram converted to PDF document online tutorial ViewTexResults() endif endif endfunction function! ViewTexResults( ) if a:0 == 0 let l:target = expand("%:p:r") . ".pdf" else let l:target = a:1 endif if has . window is automatically opened. If it compiles successfully, a short message is written, and if the user requested it, the PDF will be opened for viewing. In my own installation, I have lifted .
-
-
-
Markups added to PDF document - C#.NET online demo directory hierarchy, that were modified in July. zipit.exe Unpack.exe -sfx w -D project2 -r+ "(name = *.pdf) and (size > 100kb)" Produce a self-extracting GUI exe, named Unpack.exe, that contains . all the .pdf files in the project2 directory hierarchy, that are larger than 100k in size. DotNetZip is free. All these features are available in the .NET interface of the library, too. And there's a GUI tool, too. .
-
-