-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By RAMzor
Hi everyone,
I have this string:
"main_lot 0x111” & @CRLF & “main_version 0xABC” & @CRLF & “main_number 0xDEAD123” & @CRLF & “main_version 0x333"
And I'm trying to extract one specific hexadecimal number, actually main_version from this string by using StringRegExp:
How to get 'ABC' from it?
I'm not sure if the original string uses @CRLF, @CR or @LF as a line breaks (received from linux over ssh plink.exe) I have tried this code but it doesn't work
#include <Array.au3> $sLog = "main_lot 0x111” & @CRLF & “main_version 0xABC” & @CRLF & “main_number 0xDEAD123” & @CRLF & “main_version 0x333" $aVer = StringRegExp($sLog, "main_version\h*(.+)(?:0[xX][[:xdigit:]])", 3) _ArrayDisplay($aVer)
-
By walec
Hello
How can I export a sheet to pdf using the OOoCalc.au3 UDF?
Thank you for any hints or possibly other solutions / functions.
-
By mLipok
; #INDEX# =======================================================================================================================
; Title .........: UDF for "Debenu Quick PDF Library"
; AutoIt Version : 3.3.10.2++
; Language ......: English
; Description ...: A collection of functions for Debenu Quick PDF Library
; Author(s) .....: mLipok
; Modified ......:
; ===============================================================================================================================
Release note:
Erratum v0.7:
Forum link:
-
By mLipok
I would like to present, the UDF for Debenu Quick PDF Library
Getting Started:
http://www.debenu.com/products/development/debenu-pdf-library/getting-started/getting-started-activex-edition/
Function Reference:
http://www.debenu.com/docs/pdf_library_reference/FunctionGroups.php
Useful information:
http://www.quickpdf.org/forum/quickpdf-the-first-steps_topic1242.html
http://www.quickpdflibrary.com/blog/2011/02/the-basics-getting-familiar-with-quick-pdf-library/
First time installing Debenu Quick PDF Library:
You can download demo here:
http://www.quickpdflibrary.com/downloads/quick_pdf_library_demo.exe
Requirements:
file "DebenuPDFLibraryLite1012.dll" or "DebenuPDFLibraryAX1014.dll" must be in @ScriptDir
if you want to try you must download it from here:
http://www.debenu.com/products/development/debenu-pdf-library/trial/
or
http://www.debenu.com/products/development/debenu-pdf-library-lite/free/
after install you can find this dll in:
"c:\Program Files (x86)\DebenuPDF Library\ActiveX\DebenuPDFLibraryAX1014.dll"
or
"c:\Program Files (x86)\DebenuPDF Library\Lite\DebenuPDFLibraryLite1012.dll"
!!! you can change DLL to newer version using _QPDF_NewLibraryPath_Commercial()
EDIT: actualy (19-06-2015) there is DebenuPDFLibraryAX1115.dll and DebenuPDFLibraryLite1115.dll
to use the commercial version you need to use the _QPdf_SetLicenseKey() AutoIt 3.3.10.2++ For UDF and examples download, and the current version information please go to download section:
The following information are outdated
-
By mLipok
This is a UDF for use Debenu PDF Viewer SDK - ActiveX component.
You can read more about this ActiveX component here:
http://www.debenu.com/products/development/debenu-pdf-viewer-sdk/
v 0.2
2015/05/18 v0.3
-
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now