Search found 21 matches

by PaoloMazza
Wed Jun 29, 2016 1:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Create a PDF with LiveCode server
Replies: 11
Views: 9343

Re: Create a PDF with LiveCode server

<?lc

go stack "printpdf.livecode"

send "StampaPdf" to stack "printpdf.livecode"

?>

I get "OK" from the server.
by PaoloMazza
Wed Jun 29, 2016 1:30 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Create a PDF with LiveCode server
Replies: 11
Views: 9343

Re: Create a PDF with LiveCode server

Hi Klaus, I changed the script according to your suggestions, but still the following script do not work using the on-rev LiveCode Server ; I get the OK message but not any pdf shows up in the folder. function PrintPdf myfilename, myoptions  reset printing  set the formatforprinting of this stack to...
by PaoloMazza
Wed Jun 29, 2016 12:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Create a PDF with LiveCode server
Replies: 11
Views: 9343

Re: Create a PDF with LiveCode server

My script works locally and create the pdf.
But in the server it does not work.
by PaoloMazza
Wed Jun 29, 2016 10:49 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Create a PDF with LiveCode server
Replies: 11
Views: 9343

Re: Create a PDF with LiveCode server

I switched to LiveCode Server 7.1 I inserted the following code in my stack "printpdf.livercode" and when I trigger my command "stampaPdf" i get the OK message from the server. However I can not see any PDF file in the folder. Why? I set the permissions of the folder to 777. This stack works fine lo...
by PaoloMazza
Tue Jun 28, 2016 2:17 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Create a PDF with LiveCode server
Replies: 11
Views: 9343

Create a PDF with LiveCode server

Hi all,
do I need use Qartam to create a PDF with LiveCode server or I can trigger the "open printing to pdf" command in a LiveCode stack?
Can I use the on-rev.com server with LiveCode server 6.5 ?
Best regards,
Paolo Mazza
by PaoloMazza
Mon Jun 27, 2016 9:37 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Set PDF metadata using Livecode
Replies: 9
Views: 7916

Re: Set PDF metadata using Livecode

Hi Richard, I was told Hypercard was able to change metadata of all documents in MAC OS. It was not like that? That's a fairly old version. Why are you unable to use a more recent one? I use the on-rev server which at the moment runs version 6.5 of LiveCode server. I thought that's because they cons...
by PaoloMazza
Fri Jun 24, 2016 4:39 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Set PDF metadata using Livecode
Replies: 9
Views: 7916

Re: Set PDF metadata using Livecode

By the way, any chance to create and save a pdf file from a stack in the LiveCode server using the "open printing to PDF" command?
I tried but I got an error.
I am supposed to use the on-rev server with LiveCode 6.5 .
Thanks
Paolo
by PaoloMazza
Fri Jun 24, 2016 4:24 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Set PDF metadata using Livecode
Replies: 9
Views: 7916

Re: Set PDF metadata using Livecode

Thank you all. Yes I meant existing PDF documents.
People said that Hypercard was able to accomplish this task. So I thought LiveCode can do the same.
Thank you very much.
Paolo
by PaoloMazza
Fri Jun 24, 2016 11:02 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Set PDF metadata using Livecode
Replies: 9
Views: 7916

Set PDF metadata using Livecode

Is it possible to modify the metadata of a document (PDF) using Livecode?
Is there any stack around able to accomplish this task?
Thanks
Paolo
by PaoloMazza
Tue Apr 12, 2016 8:32 am
Forum: CGIs and the Server
Topic: POLL: LiveCode Server deployment
Replies: 75
Views: 293134

Re: POLL: LiveCode Server deployment

We run the LiveCode CGI on a shared hosting service (on-rev.com) and we also installed a LiveCode CGI in a dedicated server (windows with apache).
Best regards,
Paolo
by PaoloMazza
Wed Mar 09, 2016 10:39 am
Forum: CGIs and the Server
Topic: Modify PDF with LiveCode CGI
Replies: 1
Views: 4614

Modify PDF with LiveCode CGI

Is it possible, using the LiveCode CGI, import a PDF, modify it inserting some data, save the new file as PDF and send it attached to a mail?
by PaoloMazza
Mon May 19, 2014 3:00 pm
Forum: CGIs and the Server
Topic: Setup LC Server 6 on Windows Server 2012 with IIS 8
Replies: 4
Views: 7174

Setup LC Server 6 on Windows Server 2012 with IIS 8

Hello Revs, how can I install LC Server 6 on Windows Server 2012 with Microsoft IIS 8? I went through the LiveCode Forums and I found this post referring to WindowsXP IIS 5.1 http://forums.runrev.com/viewtopic.php?f=8&t=8562#p41010 However I was not able to install the LiveCode Server in Windows Ser...
by PaoloMazza
Wed Jan 15, 2014 12:10 pm
Forum: Multimedia
Topic: Inserting and managing videos in a multiplatform app
Replies: 6
Views: 7726

Re: Inserting and managing videos in a multiplatform app

Hi Al,
actually that's exactly what I did!!!
However, using a RevBrowser window to insert videos in our apps is clearly a workaround, not a solution.
A comprehensive solution to manage streaming videos is needed.
All the best
Paolo
by PaoloMazza
Thu Jan 09, 2014 5:11 pm
Forum: Multimedia
Topic: Inserting and managing videos in a multiplatform app
Replies: 6
Views: 7726

Re: Inserting and managing videos in a multiplatform app

Hi Klaus, unfortunately deploying an app for MACOSX, mp4 streaming videos and http streaming videos does not work in the player provided by the LiveCode IDE. As far as I know, it is the same for the Windows platform. For the iOS devices I was able to use the iOS multimedia features to manage streami...